Shades of Comet #5A5A68
Tints of Comet #5A5A68
RGB
CMYK
RGB Variations
Color information
#5A5A68 (or 0x5A5A68) is known color: Comet. HEX triplet: 5A, 5A and 68. RGB value is (90,90,104). Sum of RGB (Red+Green+Blue) = 90+90+104=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A5A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5A68 is #A5A597. Grayscale: #5B5B5B. Windows color (decimal): -10855832 or 6838874. OLE color: 6838874.
HSL color Cylindrical-coordinate representation of color #5A5A68: hue angle of 240º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A5A68 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 90 | 104 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.59 |
| HSL | 240º | 0.07% | 0.38% | - |
| HSV(B) | 240º | 0.13% | 0.41% | - |
| XYZ | 10.37 | 10.49 | 14.57 | - |
| YUV | 91.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 90 | 104 | 0.13 | 0.13 | 0 | 0.59 | 240 | 0.07 | 0.38 |
| Hex | 5A | 5A | 68 | D | D | 0 | 3B | F0 | 7 | 26 |
| Octal | 132 | 132 | 150 | 15 | 15 | 0 | 73 | 360 | 7 | 46 |
| Binary | 1011010 | 1011010 | 1101000 | 1101 | 1101 | 0 | 111011 | 11110000 | 111 | 100110 |
Color Harmonies of #5A5A68
Complementary color
Monochromatic Colors of #5A5A68
Black with #5A5A68
Text Example
Text Example
White with #5A5A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5A68; }
p { color: rgb(90,90,104); }
H1.HeaderClassName
{
color: #5A5A68;
}
.AnyTagClassName
{
color: #5A5A68;
}
</style>
background-color css
<style>
a { background-color: #5A5A68; }
a { background-color: rgb(90,90,104); }
div.DivClassName
{
background-color: #5A5A68;
}
.BgClassName
{
background-color: #5A5A68;
}
</style>
border-color css
<style>
span { border-color: #5A5A68; }
span { border-color: rgb(90,90,104); }
td.TdClassName
{
border-color: #5A5A68;
}
.TagClassName
{
border-color: #5A5A68;
}
</style>