Shades of Mosque #055D5C
Tints of Mosque #055D5C
RGB
CMYK
RGB Variations
Color information
#055D5C (or 0x055D5C) is known color: Mosque. HEX triplet: 05, 5D and 5C. RGB value is (5,93,92). Sum of RGB (Red+Green+Blue) = 5+93+92=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #055D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D5C is #FAA2A3. Grayscale: #424242. Windows color (decimal): -16425636 or 6053125. OLE color: 6053125.
HSL color Cylindrical-coordinate representation of color #055D5C: hue angle of 179.32º 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 #055D5C is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 92 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.64 |
| HSL | 179.32º | 0.9% | 0.19% | - |
| HSV(B) | 179.32º | 0.95% | 0.36% | - |
| XYZ | 5.91 | 8.63 | 11.48 | - |
| YUV | 66.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 92 | 0.95 | 0 | 0.01 | 0.64 | 179.32 | 0.9 | 0.19 |
| Hex | 5 | 5D | 5C | 5F | 0 | 1 | 40 | B3 | 5A | 13 |
| Octal | 5 | 135 | 134 | 137 | 0 | 1 | 100 | 263 | 132 | 23 |
| Binary | 101 | 1011101 | 1011100 | 1011111 | 0 | 1 | 1000000 | 10110011 | 1011010 | 10011 |
Color Harmonies of #055D5C
Complementary color
Monochromatic Colors of #055D5C
Black with #055D5C
Text Example
Text Example
White with #055D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D5C; }
p { color: rgb(5,93,92); }
H1.HeaderClassName
{
color: #055D5C;
}
.AnyTagClassName
{
color: #055D5C;
}
</style>
background-color css
<style>
a { background-color: #055D5C; }
a { background-color: rgb(5,93,92); }
div.DivClassName
{
background-color: #055D5C;
}
.BgClassName
{
background-color: #055D5C;
}
</style>
border-color css
<style>
span { border-color: #055D5C; }
span { border-color: rgb(5,93,92); }
td.TdClassName
{
border-color: #055D5C;
}
.TagClassName
{
border-color: #055D5C;
}
</style>