Shades of Mosque #08594B
Tints of Mosque #08594B
RGB
CMYK
RGB Variations
Color information
#08594B (or 0x08594B) is known color: Mosque. HEX triplet: 08, 59 and 4B. RGB value is (8,89,75). Sum of RGB (Red+Green+Blue) = 8+89+75=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #08594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08594B is #F7A6B4. Grayscale: #3F3F3F. Windows color (decimal): -16230069 or 4937992. OLE color: 4937992.
HSL color Cylindrical-coordinate representation of color #08594B: hue angle of 169.63º 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 #08594B is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 75 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.65 |
| HSL | 169.63º | 0.84% | 0.19% | - |
| HSV(B) | 169.63º | 0.91% | 0.35% | - |
| XYZ | 4.94 | 7.7 | 7.88 | - |
| YUV | 63.19 | 134.66 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 75 | 0.91 | 0 | 0.16 | 0.65 | 169.63 | 0.84 | 0.19 |
| Hex | 8 | 59 | 4B | 5B | 0 | 10 | 41 | AA | 54 | 13 |
| Octal | 10 | 131 | 113 | 133 | 0 | 20 | 101 | 252 | 124 | 23 |
| Binary | 1000 | 1011001 | 1001011 | 1011011 | 0 | 10000 | 1000001 | 10101010 | 1010100 | 10011 |
Color Harmonies of #08594B
Complementary color
Monochromatic Colors of #08594B
Black with #08594B
Text Example
Text Example
White with #08594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08594B; }
p { color: rgb(8,89,75); }
H1.HeaderClassName
{
color: #08594B;
}
.AnyTagClassName
{
color: #08594B;
}
</style>
background-color css
<style>
a { background-color: #08594B; }
a { background-color: rgb(8,89,75); }
div.DivClassName
{
background-color: #08594B;
}
.BgClassName
{
background-color: #08594B;
}
</style>
border-color css
<style>
span { border-color: #08594B; }
span { border-color: rgb(8,89,75); }
td.TdClassName
{
border-color: #08594B;
}
.TagClassName
{
border-color: #08594B;
}
</style>