Shades of Mosque #08595B
Tints of Mosque #08595B
RGB
CMYK
RGB Variations
Color information
#08595B (or 0x08595B) is known color: Mosque. HEX triplet: 08, 59 and 5B. RGB value is (8,89,91). Sum of RGB (Red+Green+Blue) = 8+89+91=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #08595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08595B is #F7A6A4. Grayscale: #404040. Windows color (decimal): -16230053 or 5986568. OLE color: 5986568.
HSL color Cylindrical-coordinate representation of color #08595B: hue angle of 181.45º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08595B is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 89 | 91 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.64 |
| HSL | 181.45º | 0.84% | 0.19% | - |
| HSV(B) | 181.45º | 0.91% | 0.36% | - |
| XYZ | 5.56 | 7.95 | 11.14 | - |
| YUV | 65.01 | 142.66 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 91 | 0.91 | 0.02 | 0 | 0.64 | 181.45 | 0.84 | 0.19 |
| Hex | 8 | 59 | 5B | 5B | 2 | 0 | 40 | B5 | 54 | 13 |
| Octal | 10 | 131 | 133 | 133 | 2 | 0 | 100 | 265 | 124 | 23 |
| Binary | 1000 | 1011001 | 1011011 | 1011011 | 10 | 0 | 1000000 | 10110101 | 1010100 | 10011 |
Color Harmonies of #08595B
Complementary color
Monochromatic Colors of #08595B
Black with #08595B
Text Example
Text Example
White with #08595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08595B; }
p { color: rgb(8,89,91); }
H1.HeaderClassName
{
color: #08595B;
}
.AnyTagClassName
{
color: #08595B;
}
</style>
background-color css
<style>
a { background-color: #08595B; }
a { background-color: rgb(8,89,91); }
div.DivClassName
{
background-color: #08595B;
}
.BgClassName
{
background-color: #08595B;
}
</style>
border-color css
<style>
span { border-color: #08595B; }
span { border-color: rgb(8,89,91); }
td.TdClassName
{
border-color: #08595B;
}
.TagClassName
{
border-color: #08595B;
}
</style>