Shades of Pale Sky #5A6568
Tints of Pale Sky #5A6568
RGB
CMYK
RGB Variations
Color information
#5A6568 (or 0x5A6568) is known color: Pale Sky. HEX triplet: 5A, 65 and 68. RGB value is (90,101,104). Sum of RGB (Red+Green+Blue) = 90+101+104=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A6568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6568 is #A59A97. Grayscale: #626262. Windows color (decimal): -10853016 or 6841690. OLE color: 6841690.
HSL color Cylindrical-coordinate representation of color #5A6568: hue angle of 192.86º 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 #5A6568 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 101 | 104 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.59 |
| HSL | 192.86º | 0.07% | 0.38% | - |
| HSV(B) | 192.86º | 0.13% | 0.41% | - |
| XYZ | 11.37 | 12.48 | 14.91 | - |
| YUV | 98.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 104 | 0.13 | 0.03 | 0 | 0.59 | 192.86 | 0.07 | 0.38 |
| Hex | 5A | 65 | 68 | D | 3 | 0 | 3B | C1 | 7 | 26 |
| Octal | 132 | 145 | 150 | 15 | 3 | 0 | 73 | 301 | 7 | 46 |
| Binary | 1011010 | 1100101 | 1101000 | 1101 | 11 | 0 | 111011 | 11000001 | 111 | 100110 |
Color Harmonies of #5A6568
Complementary color
Monochromatic Colors of #5A6568
Black with #5A6568
Text Example
Text Example
White with #5A6568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6568; }
p { color: rgb(90,101,104); }
H1.HeaderClassName
{
color: #5A6568;
}
.AnyTagClassName
{
color: #5A6568;
}
</style>
background-color css
<style>
a { background-color: #5A6568; }
a { background-color: rgb(90,101,104); }
div.DivClassName
{
background-color: #5A6568;
}
.BgClassName
{
background-color: #5A6568;
}
</style>
border-color css
<style>
span { border-color: #5A6568; }
span { border-color: rgb(90,101,104); }
td.TdClassName
{
border-color: #5A6568;
}
.TagClassName
{
border-color: #5A6568;
}
</style>