Shades of Mosque #005C55
Tints of Mosque #005C55
RGB
CMYK
RGB Variations
Color information
#005C55 (or 0x005C55) is known color: Mosque. HEX triplet: 00, 5C and 55. RGB value is (0,92,85). Sum of RGB (Red+Green+Blue) = 0+92+85=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 92 (36.33% from 255 or 51.98% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 92 - color contains mainly: green. Hex color #005C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C55 is #FFA3AA. Grayscale: #3F3F3F. Windows color (decimal): -16753579 or 5594112. OLE color: 5594112.
HSL color Cylindrical-coordinate representation of color #005C55: hue angle of 175.43º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C55 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 92 | 85 | - |
| CMYK | 1 | 0 | 0.08 | 0.64 |
| HSL | 175.43º | 1% | 0.18% | - |
| HSV(B) | 175.43º | 1% | 0.36% | - |
| XYZ | 5.47 | 8.31 | 9.91 | - |
| YUV | 63.69 | 140.02 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 85 | 1 | 0 | 0.08 | 0.64 | 175.43 | 1 | 0.18 |
| Hex | 0 | 5C | 55 | 64 | 0 | 8 | 40 | AF | 64 | 12 |
| Octal | 0 | 134 | 125 | 144 | 0 | 10 | 100 | 257 | 144 | 22 |
| Binary | 0 | 1011100 | 1010101 | 1100100 | 0 | 1000 | 1000000 | 10101111 | 1100100 | 10010 |
Color Harmonies of #005C55
Complementary color
Monochromatic Colors of #005C55
Black with #005C55
Text Example
Text Example
White with #005C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C55; }
p { color: rgb(0,92,85); }
H1.HeaderClassName
{
color: #005C55;
}
.AnyTagClassName
{
color: #005C55;
}
</style>
background-color css
<style>
a { background-color: #005C55; }
a { background-color: rgb(0,92,85); }
div.DivClassName
{
background-color: #005C55;
}
.BgClassName
{
background-color: #005C55;
}
</style>
border-color css
<style>
span { border-color: #005C55; }
span { border-color: rgb(0,92,85); }
td.TdClassName
{
border-color: #005C55;
}
.TagClassName
{
border-color: #005C55;
}
</style>