Shades of Mosque #08584D
Tints of Mosque #08584D
RGB
CMYK
RGB Variations
Color information
#08584D (or 0x08584D) is known color: Mosque. HEX triplet: 08, 58 and 4D. RGB value is (8,88,77). Sum of RGB (Red+Green+Blue) = 8+88+77=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #08584D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08584D is #F7A7B2. Grayscale: #3E3E3E. Windows color (decimal): -16230323 or 5068808. OLE color: 5068808.
HSL color Cylindrical-coordinate representation of color #08584D: hue angle of 171.75º 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 #08584D is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 77 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.65 |
| HSL | 171.75º | 0.83% | 0.19% | - |
| HSV(B) | 171.75º | 0.91% | 0.35% | - |
| XYZ | 4.93 | 7.57 | 8.22 | - |
| YUV | 62.83 | 136 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 77 | 0.91 | 0 | 0.12 | 0.65 | 171.75 | 0.83 | 0.19 |
| Hex | 8 | 58 | 4D | 5B | 0 | C | 41 | AC | 53 | 13 |
| Octal | 10 | 130 | 115 | 133 | 0 | 14 | 101 | 254 | 123 | 23 |
| Binary | 1000 | 1011000 | 1001101 | 1011011 | 0 | 1100 | 1000001 | 10101100 | 1010011 | 10011 |
Color Harmonies of #08584D
Complementary color
Monochromatic Colors of #08584D
Black with #08584D
Text Example
Text Example
White with #08584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08584D; }
p { color: rgb(8,88,77); }
H1.HeaderClassName
{
color: #08584D;
}
.AnyTagClassName
{
color: #08584D;
}
</style>
background-color css
<style>
a { background-color: #08584D; }
a { background-color: rgb(8,88,77); }
div.DivClassName
{
background-color: #08584D;
}
.BgClassName
{
background-color: #08584D;
}
</style>
border-color css
<style>
span { border-color: #08584D; }
span { border-color: rgb(8,88,77); }
td.TdClassName
{
border-color: #08584D;
}
.TagClassName
{
border-color: #08584D;
}
</style>