Shades of Mosque #08584F
Tints of Mosque #08584F
RGB
CMYK
RGB Variations
Color information
#08584F (or 0x08584F) is known color: Mosque. HEX triplet: 08, 58 and 4F. RGB value is (8,88,79). Sum of RGB (Red+Green+Blue) = 8+88+79=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #08584F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08584F is #F7A7B0. Grayscale: #3F3F3F. Windows color (decimal): -16230321 or 5199880. OLE color: 5199880.
HSL color Cylindrical-coordinate representation of color #08584F: hue angle of 173.25º degrees, saturation: 0.83, 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 #08584F is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 79 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.65 |
| HSL | 173.25º | 0.83% | 0.19% | - |
| HSV(B) | 173.25º | 0.91% | 0.35% | - |
| XYZ | 5 | 7.6 | 8.6 | - |
| YUV | 63.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 79 | 0.91 | 0 | 0.10 | 0.65 | 173.25 | 0.83 | 0.19 |
| Hex | 8 | 58 | 4F | 5B | 0 | A | 41 | AD | 53 | 13 |
| Octal | 10 | 130 | 117 | 133 | 0 | 12 | 101 | 255 | 123 | 23 |
| Binary | 1000 | 1011000 | 1001111 | 1011011 | 0 | 1010 | 1000001 | 10101101 | 1010011 | 10011 |
Color Harmonies of #08584F
Complementary color
Monochromatic Colors of #08584F
Black with #08584F
Text Example
Text Example
White with #08584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08584F; }
p { color: rgb(8,88,79); }
H1.HeaderClassName
{
color: #08584F;
}
.AnyTagClassName
{
color: #08584F;
}
</style>
background-color css
<style>
a { background-color: #08584F; }
a { background-color: rgb(8,88,79); }
div.DivClassName
{
background-color: #08584F;
}
.BgClassName
{
background-color: #08584F;
}
</style>
border-color css
<style>
span { border-color: #08584F; }
span { border-color: rgb(8,88,79); }
td.TdClassName
{
border-color: #08584F;
}
.TagClassName
{
border-color: #08584F;
}
</style>