Shades of Mosque #08584B
Tints of Mosque #08584B
RGB
CMYK
RGB Variations
Color information
#08584B (or 0x08584B) is known color: Mosque. HEX triplet: 08, 58 and 4B. RGB value is (8,88,75). Sum of RGB (Red+Green+Blue) = 8+88+75=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #08584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08584B is #F7A7B4. Grayscale: #3E3E3E. Windows color (decimal): -16230325 or 4937736. OLE color: 4937736.
HSL color Cylindrical-coordinate representation of color #08584B: hue angle of 170.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 #08584B is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 75 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.65 |
| HSL | 170.25º | 0.83% | 0.19% | - |
| HSV(B) | 170.25º | 0.91% | 0.35% | - |
| XYZ | 4.86 | 7.54 | 7.86 | - |
| YUV | 62.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 75 | 0.91 | 0 | 0.15 | 0.65 | 170.25 | 0.83 | 0.19 |
| Hex | 8 | 58 | 4B | 5B | 0 | F | 41 | AA | 53 | 13 |
| Octal | 10 | 130 | 113 | 133 | 0 | 17 | 101 | 252 | 123 | 23 |
| Binary | 1000 | 1011000 | 1001011 | 1011011 | 0 | 1111 | 1000001 | 10101010 | 1010011 | 10011 |
Color Harmonies of #08584B
Complementary color
Monochromatic Colors of #08584B
Black with #08584B
Text Example
Text Example
White with #08584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08584B; }
p { color: rgb(8,88,75); }
H1.HeaderClassName
{
color: #08584B;
}
.AnyTagClassName
{
color: #08584B;
}
</style>
background-color css
<style>
a { background-color: #08584B; }
a { background-color: rgb(8,88,75); }
div.DivClassName
{
background-color: #08584B;
}
.BgClassName
{
background-color: #08584B;
}
</style>
border-color css
<style>
span { border-color: #08584B; }
span { border-color: rgb(8,88,75); }
td.TdClassName
{
border-color: #08584B;
}
.TagClassName
{
border-color: #08584B;
}
</style>