Shades of Mosque #08574D
Tints of Mosque #08574D
RGB
CMYK
RGB Variations
Color information
#08574D (or 0x08574D) is known color: Mosque. HEX triplet: 08, 57 and 4D. RGB value is (8,87,77). Sum of RGB (Red+Green+Blue) = 8+87+77=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 87 (34.38% from 255 or 50.58% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 87 - color contains mainly: green. Hex color #08574D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08574D is #F7A8B2. Grayscale: #3E3E3E. Windows color (decimal): -16230579 or 5068552. OLE color: 5068552.
HSL color Cylindrical-coordinate representation of color #08574D: hue angle of 172.41º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08574D is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 87 | 77 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.66 |
| HSL | 172.41º | 0.83% | 0.19% | - |
| HSV(B) | 172.41º | 0.91% | 0.34% | - |
| XYZ | 4.85 | 7.4 | 8.19 | - |
| YUV | 62.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 77 | 0.91 | 0 | 0.11 | 0.66 | 172.41 | 0.83 | 0.19 |
| Hex | 8 | 57 | 4D | 5B | 0 | B | 42 | AC | 53 | 13 |
| Octal | 10 | 127 | 115 | 133 | 0 | 13 | 102 | 254 | 123 | 23 |
| Binary | 1000 | 1010111 | 1001101 | 1011011 | 0 | 1011 | 1000010 | 10101100 | 1010011 | 10011 |
Color Harmonies of #08574D
Complementary color
Monochromatic Colors of #08574D
Black with #08574D
Text Example
Text Example
White with #08574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08574D; }
p { color: rgb(8,87,77); }
H1.HeaderClassName
{
color: #08574D;
}
.AnyTagClassName
{
color: #08574D;
}
</style>
background-color css
<style>
a { background-color: #08574D; }
a { background-color: rgb(8,87,77); }
div.DivClassName
{
background-color: #08574D;
}
.BgClassName
{
background-color: #08574D;
}
</style>
border-color css
<style>
span { border-color: #08574D; }
span { border-color: rgb(8,87,77); }
td.TdClassName
{
border-color: #08574D;
}
.TagClassName
{
border-color: #08574D;
}
</style>