Shades of Mosque #00585F
Tints of Mosque #00585F
RGB
CMYK
RGB Variations
Color information
#00585F (or 0x00585F) is known color: Mosque. HEX triplet: 00, 58 and 5F. RGB value is (0,88,95). Sum of RGB (Red+Green+Blue) = 0+88+95=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #00585F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00585F is #FFA7A0. Grayscale: #3E3E3E. Windows color (decimal): -16754593 or 6248448. OLE color: 6248448.
HSL color Cylindrical-coordinate representation of color #00585F: hue angle of 184.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00585F is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 88 | 95 | - |
| CMYK | 1 | 0.07 | 0 | 0.63 |
| HSL | 184.42º | 1% | 0.19% | - |
| HSV(B) | 184.42º | 1% | 0.37% | - |
| XYZ | 5.56 | 7.81 | 12.04 | - |
| YUV | 62.49 | 146.35 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 95 | 1 | 0.07 | 0 | 0.63 | 184.42 | 1 | 0.19 |
| Hex | 0 | 58 | 5F | 64 | 7 | 0 | 3F | B8 | 64 | 13 |
| Octal | 0 | 130 | 137 | 144 | 7 | 0 | 77 | 270 | 144 | 23 |
| Binary | 0 | 1011000 | 1011111 | 1100100 | 111 | 0 | 111111 | 10111000 | 1100100 | 10011 |
Color Harmonies of #00585F
Complementary color
Monochromatic Colors of #00585F
Black with #00585F
Text Example
Text Example
White with #00585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00585F; }
p { color: rgb(0,88,95); }
H1.HeaderClassName
{
color: #00585F;
}
.AnyTagClassName
{
color: #00585F;
}
</style>
background-color css
<style>
a { background-color: #00585F; }
a { background-color: rgb(0,88,95); }
div.DivClassName
{
background-color: #00585F;
}
.BgClassName
{
background-color: #00585F;
}
</style>
border-color css
<style>
span { border-color: #00585F; }
span { border-color: rgb(0,88,95); }
td.TdClassName
{
border-color: #00585F;
}
.TagClassName
{
border-color: #00585F;
}
</style>