Shades of Pale Sky #5A6C75
Tints of Pale Sky #5A6C75
RGB
CMYK
RGB Variations
Color information
#5A6C75 (or 0x5A6C75) is known color: Pale Sky. HEX triplet: 5A, 6C and 75. RGB value is (90,108,117). Sum of RGB (Red+Green+Blue) = 90+108+117=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A6C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C75 is #A5938A. Grayscale: #676767. Windows color (decimal): -10851211 or 7695450. OLE color: 7695450.
HSL color Cylindrical-coordinate representation of color #5A6C75: hue angle of 200º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A6C75 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 108 | 117 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.54 |
| HSL | 200º | 0.13% | 0.41% | - |
| HSV(B) | 200º | 0.23% | 0.46% | - |
| XYZ | 12.79 | 14.18 | 18.89 | - |
| YUV | 103.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 108 | 117 | 0.23 | 0.08 | 0 | 0.54 | 200 | 0.13 | 0.41 |
| Hex | 5A | 6C | 75 | 17 | 8 | 0 | 36 | C8 | D | 29 |
| Octal | 132 | 154 | 165 | 27 | 10 | 0 | 66 | 310 | 15 | 51 |
| Binary | 1011010 | 1101100 | 1110101 | 10111 | 1000 | 0 | 110110 | 11001000 | 1101 | 101001 |
Color Harmonies of #5A6C75
Complementary color
Monochromatic Colors of #5A6C75
Black with #5A6C75
Text Example
Text Example
White with #5A6C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6C75; }
p { color: rgb(90,108,117); }
H1.HeaderClassName
{
color: #5A6C75;
}
.AnyTagClassName
{
color: #5A6C75;
}
</style>
background-color css
<style>
a { background-color: #5A6C75; }
a { background-color: rgb(90,108,117); }
div.DivClassName
{
background-color: #5A6C75;
}
.BgClassName
{
background-color: #5A6C75;
}
</style>
border-color css
<style>
span { border-color: #5A6C75; }
span { border-color: rgb(90,108,117); }
td.TdClassName
{
border-color: #5A6C75;
}
.TagClassName
{
border-color: #5A6C75;
}
</style>