Shades of Mosque #08585E
Tints of Mosque #08585E
RGB
CMYK
RGB Variations
Color information
#08585E (or 0x08585E) is known color: Mosque. HEX triplet: 08, 58 and 5E. RGB value is (8,88,94). Sum of RGB (Red+Green+Blue) = 8+88+94=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #08585E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08585E is #F7A7A1. Grayscale: #404040. Windows color (decimal): -16230306 or 6182920. OLE color: 6182920.
HSL color Cylindrical-coordinate representation of color #08585E: hue angle of 184.19º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08585E is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 88 | 94 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.63 |
| HSL | 184.19º | 0.84% | 0.2% | - |
| HSV(B) | 184.19º | 0.91% | 0.37% | - |
| XYZ | 5.61 | 7.84 | 11.81 | - |
| YUV | 64.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 94 | 0.91 | 0.06 | 0 | 0.63 | 184.19 | 0.84 | 0.2 |
| Hex | 8 | 58 | 5E | 5B | 6 | 0 | 3F | B8 | 54 | 14 |
| Octal | 10 | 130 | 136 | 133 | 6 | 0 | 77 | 270 | 124 | 24 |
| Binary | 1000 | 1011000 | 1011110 | 1011011 | 110 | 0 | 111111 | 10111000 | 1010100 | 10100 |
Color Harmonies of #08585E
Complementary color
Monochromatic Colors of #08585E
Black with #08585E
Text Example
Text Example
White with #08585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08585E; }
p { color: rgb(8,88,94); }
H1.HeaderClassName
{
color: #08585E;
}
.AnyTagClassName
{
color: #08585E;
}
</style>
background-color css
<style>
a { background-color: #08585E; }
a { background-color: rgb(8,88,94); }
div.DivClassName
{
background-color: #08585E;
}
.BgClassName
{
background-color: #08585E;
}
</style>
border-color css
<style>
span { border-color: #08585E; }
span { border-color: rgb(8,88,94); }
td.TdClassName
{
border-color: #08585E;
}
.TagClassName
{
border-color: #08585E;
}
</style>