Shades of Mosque #08574B
Tints of Mosque #08574B
RGB
CMYK
RGB Variations
Color information
#08574B (or 0x08574B) is known color: Mosque. HEX triplet: 08, 57 and 4B. RGB value is (8,87,75). Sum of RGB (Red+Green+Blue) = 8+87+75=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 87 (34.38% from 255 or 51.18% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 87 - color contains mainly: green. Hex color #08574B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08574B is #F7A8B4. Grayscale: #3D3D3D. Windows color (decimal): -16230581 or 4937480. OLE color: 4937480.
HSL color Cylindrical-coordinate representation of color #08574B: hue angle of 170.89º 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 #08574B is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 87 | 75 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.66 |
| HSL | 170.89º | 0.83% | 0.19% | - |
| HSV(B) | 170.89º | 0.91% | 0.34% | - |
| XYZ | 4.78 | 7.38 | 7.83 | - |
| YUV | 62.01 | 135.33 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 75 | 0.91 | 0 | 0.14 | 0.66 | 170.89 | 0.83 | 0.19 |
| Hex | 8 | 57 | 4B | 5B | 0 | E | 42 | AB | 53 | 13 |
| Octal | 10 | 127 | 113 | 133 | 0 | 16 | 102 | 253 | 123 | 23 |
| Binary | 1000 | 1010111 | 1001011 | 1011011 | 0 | 1110 | 1000010 | 10101011 | 1010011 | 10011 |
Color Harmonies of #08574B
Complementary color
Monochromatic Colors of #08574B
Black with #08574B
Text Example
Text Example
White with #08574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08574B; }
p { color: rgb(8,87,75); }
H1.HeaderClassName
{
color: #08574B;
}
.AnyTagClassName
{
color: #08574B;
}
</style>
background-color css
<style>
a { background-color: #08574B; }
a { background-color: rgb(8,87,75); }
div.DivClassName
{
background-color: #08574B;
}
.BgClassName
{
background-color: #08574B;
}
</style>
border-color css
<style>
span { border-color: #08574B; }
span { border-color: rgb(8,87,75); }
td.TdClassName
{
border-color: #08574B;
}
.TagClassName
{
border-color: #08574B;
}
</style>