Shades of Mosque #005859
Tints of Mosque #005859
RGB
CMYK
RGB Variations
Color information
#005859 (or 0x005859) is known color: Mosque. HEX triplet: 00, 58 and 59. RGB value is (0,88,89). Sum of RGB (Red+Green+Blue) = 0+88+89=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #005859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005859 is #FFA7A6. Grayscale: #3D3D3D. Windows color (decimal): -16754599 or 5855232. OLE color: 5855232.
HSL color Cylindrical-coordinate representation of color #005859: hue angle of 180.67º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005859 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 88 | 89 | - |
| CMYK | 1 | 0.01 | 0 | 0.65 |
| HSL | 180.67º | 1% | 0.17% | - |
| HSV(B) | 180.67º | 1% | 0.35% | - |
| XYZ | 5.29 | 7.7 | 10.66 | - |
| YUV | 61.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 89 | 1 | 0.01 | 0 | 0.65 | 180.67 | 1 | 0.17 |
| Hex | 0 | 58 | 59 | 64 | 1 | 0 | 41 | B5 | 64 | 11 |
| Octal | 0 | 130 | 131 | 144 | 1 | 0 | 101 | 265 | 144 | 21 |
| Binary | 0 | 1011000 | 1011001 | 1100100 | 1 | 0 | 1000001 | 10110101 | 1100100 | 10001 |
Color Harmonies of #005859
Complementary color
Monochromatic Colors of #005859
Black with #005859
Text Example
Text Example
White with #005859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005859; }
p { color: rgb(0,88,89); }
H1.HeaderClassName
{
color: #005859;
}
.AnyTagClassName
{
color: #005859;
}
</style>
background-color css
<style>
a { background-color: #005859; }
a { background-color: rgb(0,88,89); }
div.DivClassName
{
background-color: #005859;
}
.BgClassName
{
background-color: #005859;
}
</style>
border-color css
<style>
span { border-color: #005859; }
span { border-color: rgb(0,88,89); }
td.TdClassName
{
border-color: #005859;
}
.TagClassName
{
border-color: #005859;
}
</style>