Shades of Mosque #055C56
Tints of Mosque #055C56
RGB
CMYK
RGB Variations
Color information
#055C56 (or 0x055C56) is known color: Mosque. HEX triplet: 05, 5C and 56. RGB value is (5,92,86). Sum of RGB (Red+Green+Blue) = 5+92+86=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #055C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C56 is #FAA3A9. Grayscale: #414141. Windows color (decimal): -16425898 or 5659653. OLE color: 5659653.
HSL color Cylindrical-coordinate representation of color #055C56: hue angle of 175.86º 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 #055C56 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 86 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.64 |
| HSL | 175.86º | 0.9% | 0.19% | - |
| HSV(B) | 175.86º | 0.95% | 0.36% | - |
| XYZ | 5.57 | 8.36 | 10.12 | - |
| YUV | 65.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 86 | 0.95 | 0 | 0.07 | 0.64 | 175.86 | 0.9 | 0.19 |
| Hex | 5 | 5C | 56 | 5F | 0 | 7 | 40 | B0 | 5A | 13 |
| Octal | 5 | 134 | 126 | 137 | 0 | 7 | 100 | 260 | 132 | 23 |
| Binary | 101 | 1011100 | 1010110 | 1011111 | 0 | 111 | 1000000 | 10110000 | 1011010 | 10011 |
Color Harmonies of #055C56
Complementary color
Monochromatic Colors of #055C56
Black with #055C56
Text Example
Text Example
White with #055C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C56; }
p { color: rgb(5,92,86); }
H1.HeaderClassName
{
color: #055C56;
}
.AnyTagClassName
{
color: #055C56;
}
</style>
background-color css
<style>
a { background-color: #055C56; }
a { background-color: rgb(5,92,86); }
div.DivClassName
{
background-color: #055C56;
}
.BgClassName
{
background-color: #055C56;
}
</style>
border-color css
<style>
span { border-color: #055C56; }
span { border-color: rgb(5,92,86); }
td.TdClassName
{
border-color: #055C56;
}
.TagClassName
{
border-color: #055C56;
}
</style>