Shades of Mosque #06554C
Tints of Mosque #06554C
RGB
CMYK
RGB Variations
Color information
#06554C (or 0x06554C) is known color: Mosque. HEX triplet: 06, 55 and 4C. RGB value is (6,85,76). Sum of RGB (Red+Green+Blue) = 6+85+76=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #06554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06554C is #F9AAB3. Grayscale: #3C3C3C. Windows color (decimal): -16362164 or 5002502. OLE color: 5002502.
HSL color Cylindrical-coordinate representation of color #06554C: hue angle of 173.16º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06554C is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 85 | 76 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.67 |
| HSL | 173.16º | 0.87% | 0.18% | - |
| HSV(B) | 173.16º | 0.93% | 0.33% | - |
| XYZ | 4.63 | 7.06 | 7.96 | - |
| YUV | 60.35 | 136.83 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 76 | 0.93 | 0 | 0.11 | 0.67 | 173.16 | 0.87 | 0.18 |
| Hex | 6 | 55 | 4C | 5D | 0 | B | 43 | AD | 57 | 12 |
| Octal | 6 | 125 | 114 | 135 | 0 | 13 | 103 | 255 | 127 | 22 |
| Binary | 110 | 1010101 | 1001100 | 1011101 | 0 | 1011 | 1000011 | 10101101 | 1010111 | 10010 |
Color Harmonies of #06554C
Complementary color
Monochromatic Colors of #06554C
Black with #06554C
Text Example
Text Example
White with #06554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06554C; }
p { color: rgb(6,85,76); }
H1.HeaderClassName
{
color: #06554C;
}
.AnyTagClassName
{
color: #06554C;
}
</style>
background-color css
<style>
a { background-color: #06554C; }
a { background-color: rgb(6,85,76); }
div.DivClassName
{
background-color: #06554C;
}
.BgClassName
{
background-color: #06554C;
}
</style>
border-color css
<style>
span { border-color: #06554C; }
span { border-color: rgb(6,85,76); }
td.TdClassName
{
border-color: #06554C;
}
.TagClassName
{
border-color: #06554C;
}
</style>