Shades of Mosque #055D52
Tints of Mosque #055D52
RGB
CMYK
RGB Variations
Color information
#055D52 (or 0x055D52) is known color: Mosque. HEX triplet: 05, 5D and 52. RGB value is (5,93,82). Sum of RGB (Red+Green+Blue) = 5+93+82=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #055D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D52 is #FAA2AD. Grayscale: #414141. Windows color (decimal): -16425646 or 5397765. OLE color: 5397765.
HSL color Cylindrical-coordinate representation of color #055D52: hue angle of 172.5º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D52 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 82 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.64 |
| HSL | 172.5º | 0.9% | 0.19% | - |
| HSV(B) | 172.5º | 0.95% | 0.36% | - |
| XYZ | 5.5 | 8.47 | 9.33 | - |
| YUV | 65.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 82 | 0.95 | 0 | 0.12 | 0.64 | 172.5 | 0.9 | 0.19 |
| Hex | 5 | 5D | 52 | 5F | 0 | C | 40 | AC | 5A | 13 |
| Octal | 5 | 135 | 122 | 137 | 0 | 14 | 100 | 254 | 132 | 23 |
| Binary | 101 | 1011101 | 1010010 | 1011111 | 0 | 1100 | 1000000 | 10101100 | 1011010 | 10011 |
Color Harmonies of #055D52
Complementary color
Monochromatic Colors of #055D52
Black with #055D52
Text Example
Text Example
White with #055D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D52; }
p { color: rgb(5,93,82); }
H1.HeaderClassName
{
color: #055D52;
}
.AnyTagClassName
{
color: #055D52;
}
</style>
background-color css
<style>
a { background-color: #055D52; }
a { background-color: rgb(5,93,82); }
div.DivClassName
{
background-color: #055D52;
}
.BgClassName
{
background-color: #055D52;
}
</style>
border-color css
<style>
span { border-color: #055D52; }
span { border-color: rgb(5,93,82); }
td.TdClassName
{
border-color: #055D52;
}
.TagClassName
{
border-color: #055D52;
}
</style>