Shades of Mosque #005B59
Tints of Mosque #005B59
RGB
CMYK
RGB Variations
Color information
#005B59 (or 0x005B59) is known color: Mosque. HEX triplet: 00, 5B and 59. RGB value is (0,91,89). Sum of RGB (Red+Green+Blue) = 0+91+89=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 91 (35.94% from 255 or 50.56% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 91 - color contains mainly: green. Hex color #005B59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B59 is #FFA4A6. Grayscale: #3F3F3F. Windows color (decimal): -16753831 or 5856000. OLE color: 5856000.
HSL color Cylindrical-coordinate representation of color #005B59: hue angle of 178.68º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B59 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 91 | 89 | - |
| CMYK | 1 | 0 | 0.02 | 0.64 |
| HSL | 178.68º | 1% | 0.18% | - |
| HSV(B) | 178.68º | 1% | 0.36% | - |
| XYZ | 5.54 | 8.2 | 10.74 | - |
| YUV | 63.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 89 | 1 | 0 | 0.02 | 0.64 | 178.68 | 1 | 0.18 |
| Hex | 0 | 5B | 59 | 64 | 0 | 2 | 40 | B3 | 64 | 12 |
| Octal | 0 | 133 | 131 | 144 | 0 | 2 | 100 | 263 | 144 | 22 |
| Binary | 0 | 1011011 | 1011001 | 1100100 | 0 | 10 | 1000000 | 10110011 | 1100100 | 10010 |
Color Harmonies of #005B59
Complementary color
Monochromatic Colors of #005B59
Black with #005B59
Text Example
Text Example
White with #005B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B59; }
p { color: rgb(0,91,89); }
H1.HeaderClassName
{
color: #005B59;
}
.AnyTagClassName
{
color: #005B59;
}
</style>
background-color css
<style>
a { background-color: #005B59; }
a { background-color: rgb(0,91,89); }
div.DivClassName
{
background-color: #005B59;
}
.BgClassName
{
background-color: #005B59;
}
</style>
border-color css
<style>
span { border-color: #005B59; }
span { border-color: rgb(0,91,89); }
td.TdClassName
{
border-color: #005B59;
}
.TagClassName
{
border-color: #005B59;
}
</style>