Shades of Pale Sky #5B6366
Tints of Pale Sky #5B6366
RGB
CMYK
RGB Variations
Color information
#5B6366 (or 0x5B6366) is known color: Pale Sky. HEX triplet: 5B, 63 and 66. RGB value is (91,99,102). Sum of RGB (Red+Green+Blue) = 91+99+102=292 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.16% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B6366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6366 is #A49C99. Grayscale: #606060. Windows color (decimal): -10787994 or 6710107. OLE color: 6710107.
HSL color Cylindrical-coordinate representation of color #5B6366: hue angle of 196.36º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5B6366 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 91 | 99 | 102 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.6 |
| HSL | 196.36º | 0.06% | 0.38% | - |
| HSV(B) | 196.36º | 0.11% | 0.4% | - |
| XYZ | 11.17 | 12.11 | 14.32 | - |
| YUV | 96.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 102 | 0.11 | 0.03 | 0 | 0.6 | 196.36 | 0.06 | 0.38 |
| Hex | 5B | 63 | 66 | B | 3 | 0 | 3C | C4 | 6 | 26 |
| Octal | 133 | 143 | 146 | 13 | 3 | 0 | 74 | 304 | 6 | 46 |
| Binary | 1011011 | 1100011 | 1100110 | 1011 | 11 | 0 | 111100 | 11000100 | 110 | 100110 |
Color Harmonies of #5B6366
Complementary color
Monochromatic Colors of #5B6366
Black with #5B6366
Text Example
Text Example
White with #5B6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6366; }
p { color: rgb(91,99,102); }
H1.HeaderClassName
{
color: #5B6366;
}
.AnyTagClassName
{
color: #5B6366;
}
</style>
background-color css
<style>
a { background-color: #5B6366; }
a { background-color: rgb(91,99,102); }
div.DivClassName
{
background-color: #5B6366;
}
.BgClassName
{
background-color: #5B6366;
}
</style>
border-color css
<style>
span { border-color: #5B6366; }
span { border-color: rgb(91,99,102); }
td.TdClassName
{
border-color: #5B6366;
}
.TagClassName
{
border-color: #5B6366;
}
</style>