Shades of Mosque #06595A
Tints of Mosque #06595A
RGB
CMYK
RGB Variations
Color information
#06595A (or 0x06595A) is known color: Mosque. HEX triplet: 06, 59 and 5A. RGB value is (6,89,90). Sum of RGB (Red+Green+Blue) = 6+89+90=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #06595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06595A is #F9A6A5. Grayscale: #404040. Windows color (decimal): -16361126 or 5921030. OLE color: 5921030.
HSL color Cylindrical-coordinate representation of color #06595A: hue angle of 180.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06595A is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 89 | 90 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.65 |
| HSL | 180.71º | 0.88% | 0.19% | - |
| HSV(B) | 180.71º | 0.93% | 0.35% | - |
| XYZ | 5.49 | 7.92 | 10.91 | - |
| YUV | 64.3 | 142.5 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 90 | 0.93 | 0.01 | 0 | 0.65 | 180.71 | 0.88 | 0.19 |
| Hex | 6 | 59 | 5A | 5D | 1 | 0 | 41 | B5 | 58 | 13 |
| Octal | 6 | 131 | 132 | 135 | 1 | 0 | 101 | 265 | 130 | 23 |
| Binary | 110 | 1011001 | 1011010 | 1011101 | 1 | 0 | 1000001 | 10110101 | 1011000 | 10011 |
Color Harmonies of #06595A
Complementary color
Monochromatic Colors of #06595A
Black with #06595A
Text Example
Text Example
White with #06595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06595A; }
p { color: rgb(6,89,90); }
H1.HeaderClassName
{
color: #06595A;
}
.AnyTagClassName
{
color: #06595A;
}
</style>
background-color css
<style>
a { background-color: #06595A; }
a { background-color: rgb(6,89,90); }
div.DivClassName
{
background-color: #06595A;
}
.BgClassName
{
background-color: #06595A;
}
</style>
border-color css
<style>
span { border-color: #06595A; }
span { border-color: rgb(6,89,90); }
td.TdClassName
{
border-color: #06595A;
}
.TagClassName
{
border-color: #06595A;
}
</style>