Shades of Mosque #08575A
Tints of Mosque #08575A
RGB
CMYK
RGB Variations
Color information
#08575A (or 0x08575A) is known color: Mosque. HEX triplet: 08, 57 and 5A. RGB value is (8,87,90). Sum of RGB (Red+Green+Blue) = 8+87+90=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #08575A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08575A is #F7A8A5. Grayscale: #3F3F3F. Windows color (decimal): -16230566 or 5920520. OLE color: 5920520.
HSL color Cylindrical-coordinate representation of color #08575A: hue angle of 182.2º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08575A is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 87 | 90 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.65 |
| HSL | 182.2º | 0.84% | 0.19% | - |
| HSV(B) | 182.2º | 0.91% | 0.35% | - |
| XYZ | 5.35 | 7.61 | 10.86 | - |
| YUV | 63.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 90 | 0.91 | 0.03 | 0 | 0.65 | 182.2 | 0.84 | 0.19 |
| Hex | 8 | 57 | 5A | 5B | 3 | 0 | 41 | B6 | 54 | 13 |
| Octal | 10 | 127 | 132 | 133 | 3 | 0 | 101 | 266 | 124 | 23 |
| Binary | 1000 | 1010111 | 1011010 | 1011011 | 11 | 0 | 1000001 | 10110110 | 1010100 | 10011 |
Color Harmonies of #08575A
Complementary color
Monochromatic Colors of #08575A
Black with #08575A
Text Example
Text Example
White with #08575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08575A; }
p { color: rgb(8,87,90); }
H1.HeaderClassName
{
color: #08575A;
}
.AnyTagClassName
{
color: #08575A;
}
</style>
background-color css
<style>
a { background-color: #08575A; }
a { background-color: rgb(8,87,90); }
div.DivClassName
{
background-color: #08575A;
}
.BgClassName
{
background-color: #08575A;
}
</style>
border-color css
<style>
span { border-color: #08575A; }
span { border-color: rgb(8,87,90); }
td.TdClassName
{
border-color: #08575A;
}
.TagClassName
{
border-color: #08575A;
}
</style>