Shades of Pale Sky #5D6567
Tints of Pale Sky #5D6567
RGB
CMYK
RGB Variations
Color information
#5D6567 (or 0x5D6567) is known color: Pale Sky. HEX triplet: 5D, 65 and 67. RGB value is (93,101,103). Sum of RGB (Red+Green+Blue) = 93+101+103=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D6567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6567 is #A29A98. Grayscale: #626262. Windows color (decimal): -10656409 or 6776157. OLE color: 6776157.
HSL color Cylindrical-coordinate representation of color #5D6567: hue angle of 192º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D6567 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 103 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.60 |
| HSL | 192º | 0.05% | 0.38% | - |
| HSV(B) | 192º | 0.1% | 0.4% | - |
| XYZ | 11.62 | 12.61 | 14.65 | - |
| YUV | 98.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 103 | 0.10 | 0.02 | 0 | 0.60 | 192 | 0.05 | 0.38 |
| Hex | 5D | 65 | 67 | A | 2 | 0 | 3C | C0 | 5 | 26 |
| Octal | 135 | 145 | 147 | 12 | 2 | 0 | 74 | 300 | 5 | 46 |
| Binary | 1011101 | 1100101 | 1100111 | 1010 | 10 | 0 | 111100 | 11000000 | 101 | 100110 |
Color Harmonies of #5D6567
Complementary color
Monochromatic Colors of #5D6567
Black with #5D6567
Text Example
Text Example
White with #5D6567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6567; }
p { color: rgb(93,101,103); }
H1.HeaderClassName
{
color: #5D6567;
}
.AnyTagClassName
{
color: #5D6567;
}
</style>
background-color css
<style>
a { background-color: #5D6567; }
a { background-color: rgb(93,101,103); }
div.DivClassName
{
background-color: #5D6567;
}
.BgClassName
{
background-color: #5D6567;
}
</style>
border-color css
<style>
span { border-color: #5D6567; }
span { border-color: rgb(93,101,103); }
td.TdClassName
{
border-color: #5D6567;
}
.TagClassName
{
border-color: #5D6567;
}
</style>