Shades of Mosque #06595C
Tints of Mosque #06595C
RGB
CMYK
RGB Variations
Color information
#06595C (or 0x06595C) is known color: Mosque. HEX triplet: 06, 59 and 5C. RGB value is (6,89,92). Sum of RGB (Red+Green+Blue) = 6+89+92=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #06595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06595C is #F9A6A3. Grayscale: #404040. Windows color (decimal): -16361124 or 6052102. OLE color: 6052102.
HSL color Cylindrical-coordinate representation of color #06595C: hue angle of 182.09º 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 #06595C is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 89 | 92 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.64 |
| HSL | 182.09º | 0.88% | 0.19% | - |
| HSV(B) | 182.09º | 0.93% | 0.36% | - |
| XYZ | 5.58 | 7.96 | 11.37 | - |
| YUV | 64.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 92 | 0.93 | 0.03 | 0 | 0.64 | 182.09 | 0.88 | 0.19 |
| Hex | 6 | 59 | 5C | 5D | 3 | 0 | 40 | B6 | 58 | 13 |
| Octal | 6 | 131 | 134 | 135 | 3 | 0 | 100 | 266 | 130 | 23 |
| Binary | 110 | 1011001 | 1011100 | 1011101 | 11 | 0 | 1000000 | 10110110 | 1011000 | 10011 |
Color Harmonies of #06595C
Complementary color
Monochromatic Colors of #06595C
Black with #06595C
Text Example
Text Example
White with #06595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06595C; }
p { color: rgb(6,89,92); }
H1.HeaderClassName
{
color: #06595C;
}
.AnyTagClassName
{
color: #06595C;
}
</style>
background-color css
<style>
a { background-color: #06595C; }
a { background-color: rgb(6,89,92); }
div.DivClassName
{
background-color: #06595C;
}
.BgClassName
{
background-color: #06595C;
}
</style>
border-color css
<style>
span { border-color: #06595C; }
span { border-color: rgb(6,89,92); }
td.TdClassName
{
border-color: #06595C;
}
.TagClassName
{
border-color: #06595C;
}
</style>