Shades of Mosque #05595B
Tints of Mosque #05595B
RGB
CMYK
RGB Variations
Color information
#05595B (or 0x05595B) is known color: Mosque. HEX triplet: 05, 59 and 5B. RGB value is (5,89,91). Sum of RGB (Red+Green+Blue) = 5+89+91=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #05595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05595B is #FAA6A4. Grayscale: #404040. Windows color (decimal): -16426661 or 5986565. OLE color: 5986565.
HSL color Cylindrical-coordinate representation of color #05595B: hue angle of 181.4º 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 #05595B is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 89 | 91 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.64 |
| HSL | 181.4º | 0.9% | 0.19% | - |
| HSV(B) | 181.4º | 0.95% | 0.36% | - |
| XYZ | 5.52 | 7.93 | 11.14 | - |
| YUV | 64.11 | 143.17 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 91 | 0.95 | 0.02 | 0 | 0.64 | 181.4 | 0.9 | 0.19 |
| Hex | 5 | 59 | 5B | 5F | 2 | 0 | 40 | B5 | 5A | 13 |
| Octal | 5 | 131 | 133 | 137 | 2 | 0 | 100 | 265 | 132 | 23 |
| Binary | 101 | 1011001 | 1011011 | 1011111 | 10 | 0 | 1000000 | 10110101 | 1011010 | 10011 |
Color Harmonies of #05595B
Complementary color
Monochromatic Colors of #05595B
Black with #05595B
Text Example
Text Example
White with #05595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05595B; }
p { color: rgb(5,89,91); }
H1.HeaderClassName
{
color: #05595B;
}
.AnyTagClassName
{
color: #05595B;
}
</style>
background-color css
<style>
a { background-color: #05595B; }
a { background-color: rgb(5,89,91); }
div.DivClassName
{
background-color: #05595B;
}
.BgClassName
{
background-color: #05595B;
}
</style>
border-color css
<style>
span { border-color: #05595B; }
span { border-color: rgb(5,89,91); }
td.TdClassName
{
border-color: #05595B;
}
.TagClassName
{
border-color: #05595B;
}
</style>