Shades of Mosque #08595C
Tints of Mosque #08595C
RGB
CMYK
RGB Variations
Color information
#08595C (or 0x08595C) is known color: Mosque. HEX triplet: 08, 59 and 5C. RGB value is (8,89,92). Sum of RGB (Red+Green+Blue) = 8+89+92=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #08595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08595C is #F7A6A3. Grayscale: #414141. Windows color (decimal): -16230052 or 6052104. OLE color: 6052104.
HSL color Cylindrical-coordinate representation of color #08595C: hue angle of 182.14º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08595C is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 89 | 92 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.64 |
| HSL | 182.14º | 0.84% | 0.2% | - |
| HSV(B) | 182.14º | 0.91% | 0.36% | - |
| XYZ | 5.6 | 7.97 | 11.37 | - |
| YUV | 65.12 | 143.16 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 92 | 0.91 | 0.03 | 0 | 0.64 | 182.14 | 0.84 | 0.2 |
| Hex | 8 | 59 | 5C | 5B | 3 | 0 | 40 | B6 | 54 | 14 |
| Octal | 10 | 131 | 134 | 133 | 3 | 0 | 100 | 266 | 124 | 24 |
| Binary | 1000 | 1011001 | 1011100 | 1011011 | 11 | 0 | 1000000 | 10110110 | 1010100 | 10100 |
Color Harmonies of #08595C
Complementary color
Monochromatic Colors of #08595C
Black with #08595C
Text Example
Text Example
White with #08595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08595C; }
p { color: rgb(8,89,92); }
H1.HeaderClassName
{
color: #08595C;
}
.AnyTagClassName
{
color: #08595C;
}
</style>
background-color css
<style>
a { background-color: #08595C; }
a { background-color: rgb(8,89,92); }
div.DivClassName
{
background-color: #08595C;
}
.BgClassName
{
background-color: #08595C;
}
</style>
border-color css
<style>
span { border-color: #08595C; }
span { border-color: rgb(8,89,92); }
td.TdClassName
{
border-color: #08595C;
}
.TagClassName
{
border-color: #08595C;
}
</style>