Shades of Comet #595A67
Tints of Comet #595A67
RGB
CMYK
RGB Variations
Color information
#595A67 (or 0x595A67) is known color: Comet. HEX triplet: 59, 5A and 67. RGB value is (89,90,103). Sum of RGB (Red+Green+Blue) = 89+90+103=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 103 - color contains mainly: blue. Hex color #595A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A67 is #A6A598. Grayscale: #5B5B5B. Windows color (decimal): -10921369 or 6773337. OLE color: 6773337.
HSL color Cylindrical-coordinate representation of color #595A67: hue angle of 235.71º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #595A67 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 90 | 103 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.60 |
| HSL | 235.71º | 0.07% | 0.38% | - |
| HSV(B) | 235.71º | 0.14% | 0.4% | - |
| XYZ | 10.22 | 10.42 | 14.3 | - |
| YUV | 91.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 103 | 0.14 | 0.13 | 0 | 0.60 | 235.71 | 0.07 | 0.38 |
| Hex | 59 | 5A | 67 | E | D | 0 | 3C | EC | 7 | 26 |
| Octal | 131 | 132 | 147 | 16 | 15 | 0 | 74 | 354 | 7 | 46 |
| Binary | 1011001 | 1011010 | 1100111 | 1110 | 1101 | 0 | 111100 | 11101100 | 111 | 100110 |
Color Harmonies of #595A67
Complementary color
Monochromatic Colors of #595A67
Black with #595A67
Text Example
Text Example
White with #595A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A67; }
p { color: rgb(89,90,103); }
H1.HeaderClassName
{
color: #595A67;
}
.AnyTagClassName
{
color: #595A67;
}
</style>
background-color css
<style>
a { background-color: #595A67; }
a { background-color: rgb(89,90,103); }
div.DivClassName
{
background-color: #595A67;
}
.BgClassName
{
background-color: #595A67;
}
</style>
border-color css
<style>
span { border-color: #595A67; }
span { border-color: rgb(89,90,103); }
td.TdClassName
{
border-color: #595A67;
}
.TagClassName
{
border-color: #595A67;
}
</style>