Shades of Pale Sky #5B6568
Tints of Pale Sky #5B6568
RGB
CMYK
RGB Variations
Color information
#5B6568 (or 0x5B6568) is known color: Pale Sky. HEX triplet: 5B, 65 and 68. RGB value is (91,101,104). Sum of RGB (Red+Green+Blue) = 91+101+104=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B6568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6568 is #A49A97. Grayscale: #626262. Windows color (decimal): -10787480 or 6841691. OLE color: 6841691.
HSL color Cylindrical-coordinate representation of color #5B6568: hue angle of 193.85º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B6568 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 101 | 104 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.59 |
| HSL | 193.85º | 0.07% | 0.38% | - |
| HSV(B) | 193.85º | 0.13% | 0.41% | - |
| XYZ | 11.47 | 12.53 | 14.91 | - |
| YUV | 98.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 104 | 0.12 | 0.03 | 0 | 0.59 | 193.85 | 0.07 | 0.38 |
| Hex | 5B | 65 | 68 | C | 3 | 0 | 3B | C2 | 7 | 26 |
| Octal | 133 | 145 | 150 | 14 | 3 | 0 | 73 | 302 | 7 | 46 |
| Binary | 1011011 | 1100101 | 1101000 | 1100 | 11 | 0 | 111011 | 11000010 | 111 | 100110 |
Color Harmonies of #5B6568
Complementary color
Monochromatic Colors of #5B6568
Black with #5B6568
Text Example
Text Example
White with #5B6568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6568; }
p { color: rgb(91,101,104); }
H1.HeaderClassName
{
color: #5B6568;
}
.AnyTagClassName
{
color: #5B6568;
}
</style>
background-color css
<style>
a { background-color: #5B6568; }
a { background-color: rgb(91,101,104); }
div.DivClassName
{
background-color: #5B6568;
}
.BgClassName
{
background-color: #5B6568;
}
</style>
border-color css
<style>
span { border-color: #5B6568; }
span { border-color: rgb(91,101,104); }
td.TdClassName
{
border-color: #5B6568;
}
.TagClassName
{
border-color: #5B6568;
}
</style>