Shades of Pale Sky #5B6C74
Tints of Pale Sky #5B6C74
RGB
CMYK
RGB Variations
Color information
#5B6C74 (or 0x5B6C74) is known color: Pale Sky. HEX triplet: 5B, 6C and 74. RGB value is (91,108,116). Sum of RGB (Red+Green+Blue) = 91+108+116=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B6C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6C74 is #A4938B. Grayscale: #676767. Windows color (decimal): -10785676 or 7629915. OLE color: 7629915.
HSL color Cylindrical-coordinate representation of color #5B6C74: hue angle of 199.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B6C74 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 108 | 116 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.55 |
| HSL | 199.2º | 0.12% | 0.41% | - |
| HSV(B) | 199.2º | 0.22% | 0.45% | - |
| XYZ | 12.83 | 14.21 | 18.59 | - |
| YUV | 103.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 108 | 116 | 0.22 | 0.07 | 0 | 0.55 | 199.2 | 0.12 | 0.41 |
| Hex | 5B | 6C | 74 | 16 | 7 | 0 | 37 | C7 | C | 29 |
| Octal | 133 | 154 | 164 | 26 | 7 | 0 | 67 | 307 | 14 | 51 |
| Binary | 1011011 | 1101100 | 1110100 | 10110 | 111 | 0 | 110111 | 11000111 | 1100 | 101001 |
Color Harmonies of #5B6C74
Complementary color
Monochromatic Colors of #5B6C74
Black with #5B6C74
Text Example
Text Example
White with #5B6C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6C74; }
p { color: rgb(91,108,116); }
H1.HeaderClassName
{
color: #5B6C74;
}
.AnyTagClassName
{
color: #5B6C74;
}
</style>
background-color css
<style>
a { background-color: #5B6C74; }
a { background-color: rgb(91,108,116); }
div.DivClassName
{
background-color: #5B6C74;
}
.BgClassName
{
background-color: #5B6C74;
}
</style>
border-color css
<style>
span { border-color: #5B6C74; }
span { border-color: rgb(91,108,116); }
td.TdClassName
{
border-color: #5B6C74;
}
.TagClassName
{
border-color: #5B6C74;
}
</style>