Shades of Mosque #05595C
Tints of Mosque #05595C
RGB
CMYK
RGB Variations
Color information
#05595C (or 0x05595C) is known color: Mosque. HEX triplet: 05, 59 and 5C. RGB value is (5,89,92). Sum of RGB (Red+Green+Blue) = 5+89+92=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #05595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05595C is #FAA6A3. Grayscale: #404040. Windows color (decimal): -16426660 or 6052101. OLE color: 6052101.
HSL color Cylindrical-coordinate representation of color #05595C: hue angle of 182.07º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05595C is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 89 | 92 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.64 |
| HSL | 182.07º | 0.9% | 0.19% | - |
| HSV(B) | 182.07º | 0.95% | 0.36% | - |
| XYZ | 5.57 | 7.95 | 11.37 | - |
| YUV | 64.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 92 | 0.95 | 0.03 | 0 | 0.64 | 182.07 | 0.9 | 0.19 |
| Hex | 5 | 59 | 5C | 5F | 3 | 0 | 40 | B6 | 5A | 13 |
| Octal | 5 | 131 | 134 | 137 | 3 | 0 | 100 | 266 | 132 | 23 |
| Binary | 101 | 1011001 | 1011100 | 1011111 | 11 | 0 | 1000000 | 10110110 | 1011010 | 10011 |
Color Harmonies of #05595C
Complementary color
Monochromatic Colors of #05595C
Black with #05595C
Text Example
Text Example
White with #05595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05595C; }
p { color: rgb(5,89,92); }
H1.HeaderClassName
{
color: #05595C;
}
.AnyTagClassName
{
color: #05595C;
}
</style>
background-color css
<style>
a { background-color: #05595C; }
a { background-color: rgb(5,89,92); }
div.DivClassName
{
background-color: #05595C;
}
.BgClassName
{
background-color: #05595C;
}
</style>
border-color css
<style>
span { border-color: #05595C; }
span { border-color: rgb(5,89,92); }
td.TdClassName
{
border-color: #05595C;
}
.TagClassName
{
border-color: #05595C;
}
</style>