Shades of Mosque #055C4E
Tints of Mosque #055C4E
RGB
CMYK
RGB Variations
Color information
#055C4E (or 0x055C4E) is known color: Mosque. HEX triplet: 05, 5C and 4E. RGB value is (5,92,78). Sum of RGB (Red+Green+Blue) = 5+92+78=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #055C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C4E is #FAA3B1. Grayscale: #404040. Windows color (decimal): -16425906 or 5135365. OLE color: 5135365.
HSL color Cylindrical-coordinate representation of color #055C4E: hue angle of 170.34º 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 #055C4E is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 78 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.64 |
| HSL | 170.34º | 0.9% | 0.19% | - |
| HSV(B) | 170.34º | 0.95% | 0.36% | - |
| XYZ | 5.26 | 8.24 | 8.52 | - |
| YUV | 64.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 78 | 0.95 | 0 | 0.15 | 0.64 | 170.34 | 0.9 | 0.19 |
| Hex | 5 | 5C | 4E | 5F | 0 | F | 40 | AA | 5A | 13 |
| Octal | 5 | 134 | 116 | 137 | 0 | 17 | 100 | 252 | 132 | 23 |
| Binary | 101 | 1011100 | 1001110 | 1011111 | 0 | 1111 | 1000000 | 10101010 | 1011010 | 10011 |
Color Harmonies of #055C4E
Complementary color
Monochromatic Colors of #055C4E
Black with #055C4E
Text Example
Text Example
White with #055C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C4E; }
p { color: rgb(5,92,78); }
H1.HeaderClassName
{
color: #055C4E;
}
.AnyTagClassName
{
color: #055C4E;
}
</style>
background-color css
<style>
a { background-color: #055C4E; }
a { background-color: rgb(5,92,78); }
div.DivClassName
{
background-color: #055C4E;
}
.BgClassName
{
background-color: #055C4E;
}
</style>
border-color css
<style>
span { border-color: #055C4E; }
span { border-color: rgb(5,92,78); }
td.TdClassName
{
border-color: #055C4E;
}
.TagClassName
{
border-color: #055C4E;
}
</style>