Shades of Mosque #06555B
Tints of Mosque #06555B
RGB
CMYK
RGB Variations
Color information
#06555B (or 0x06555B) is known color: Mosque. HEX triplet: 06, 55 and 5B. RGB value is (6,85,91). Sum of RGB (Red+Green+Blue) = 6+85+91=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #06555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06555B is #F9AAA4. Grayscale: #3D3D3D. Windows color (decimal): -16362149 or 5985542. OLE color: 5985542.
HSL color Cylindrical-coordinate representation of color #06555B: hue angle of 184.24º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06555B is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 85 | 91 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.64 |
| HSL | 184.24º | 0.88% | 0.19% | - |
| HSV(B) | 184.24º | 0.93% | 0.36% | - |
| XYZ | 5.21 | 7.29 | 11.03 | - |
| YUV | 62.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 91 | 0.93 | 0.07 | 0 | 0.64 | 184.24 | 0.88 | 0.19 |
| Hex | 6 | 55 | 5B | 5D | 7 | 0 | 40 | B8 | 58 | 13 |
| Octal | 6 | 125 | 133 | 135 | 7 | 0 | 100 | 270 | 130 | 23 |
| Binary | 110 | 1010101 | 1011011 | 1011101 | 111 | 0 | 1000000 | 10111000 | 1011000 | 10011 |
Color Harmonies of #06555B
Complementary color
Monochromatic Colors of #06555B
Black with #06555B
Text Example
Text Example
White with #06555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06555B; }
p { color: rgb(6,85,91); }
H1.HeaderClassName
{
color: #06555B;
}
.AnyTagClassName
{
color: #06555B;
}
</style>
background-color css
<style>
a { background-color: #06555B; }
a { background-color: rgb(6,85,91); }
div.DivClassName
{
background-color: #06555B;
}
.BgClassName
{
background-color: #06555B;
}
</style>
border-color css
<style>
span { border-color: #06555B; }
span { border-color: rgb(6,85,91); }
td.TdClassName
{
border-color: #06555B;
}
.TagClassName
{
border-color: #06555B;
}
</style>