Shades of Mosque #055E52
Tints of Mosque #055E52
RGB
CMYK
RGB Variations
Color information
#055E52 (or 0x055E52) is known color: Mosque. HEX triplet: 05, 5E and 52. RGB value is (5,94,82). Sum of RGB (Red+Green+Blue) = 5+94+82=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 94 (37.11% from 255 or 51.93% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 94 - color contains mainly: green. Hex color #055E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E52 is #FAA1AD. Grayscale: #414141. Windows color (decimal): -16425390 or 5398021. OLE color: 5398021.
HSL color Cylindrical-coordinate representation of color #055E52: hue angle of 171.91º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E52 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 94 | 82 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.63 |
| HSL | 171.91º | 0.9% | 0.19% | - |
| HSV(B) | 171.91º | 0.95% | 0.37% | - |
| XYZ | 5.59 | 8.65 | 9.36 | - |
| YUV | 66.02 | 137.01 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 82 | 0.95 | 0 | 0.13 | 0.63 | 171.91 | 0.9 | 0.19 |
| Hex | 5 | 5E | 52 | 5F | 0 | D | 3F | AC | 5A | 13 |
| Octal | 5 | 136 | 122 | 137 | 0 | 15 | 77 | 254 | 132 | 23 |
| Binary | 101 | 1011110 | 1010010 | 1011111 | 0 | 1101 | 111111 | 10101100 | 1011010 | 10011 |
Color Harmonies of #055E52
Complementary color
Monochromatic Colors of #055E52
Black with #055E52
Text Example
Text Example
White with #055E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E52; }
p { color: rgb(5,94,82); }
H1.HeaderClassName
{
color: #055E52;
}
.AnyTagClassName
{
color: #055E52;
}
</style>
background-color css
<style>
a { background-color: #055E52; }
a { background-color: rgb(5,94,82); }
div.DivClassName
{
background-color: #055E52;
}
.BgClassName
{
background-color: #055E52;
}
</style>
border-color css
<style>
span { border-color: #055E52; }
span { border-color: rgb(5,94,82); }
td.TdClassName
{
border-color: #055E52;
}
.TagClassName
{
border-color: #055E52;
}
</style>