Shades of Pale Sky #5B7073
Tints of Pale Sky #5B7073
RGB
CMYK
RGB Variations
Color information
#5B7073 (or 0x5B7073) is known color: Pale Sky. HEX triplet: 5B, 70 and 73. RGB value is (91,112,115). Sum of RGB (Red+Green+Blue) = 91+112+115=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B7073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7073 is #A48F8C. Grayscale: #6A6A6A. Windows color (decimal): -10784653 or 7565403. OLE color: 7565403.
HSL color Cylindrical-coordinate representation of color #5B7073: hue angle of 187.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B7073 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 112 | 115 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.55 |
| HSL | 187.5º | 0.12% | 0.4% | - |
| HSV(B) | 187.5º | 0.21% | 0.45% | - |
| XYZ | 13.2 | 15.05 | 18.43 | - |
| YUV | 106.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 115 | 0.21 | 0.03 | 0 | 0.55 | 187.5 | 0.12 | 0.4 |
| Hex | 5B | 70 | 73 | 15 | 3 | 0 | 37 | BC | C | 28 |
| Octal | 133 | 160 | 163 | 25 | 3 | 0 | 67 | 274 | 14 | 50 |
| Binary | 1011011 | 1110000 | 1110011 | 10101 | 11 | 0 | 110111 | 10111100 | 1100 | 101000 |
Color Harmonies of #5B7073
Complementary color
Monochromatic Colors of #5B7073
Black with #5B7073
Text Example
Text Example
White with #5B7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7073; }
p { color: rgb(91,112,115); }
H1.HeaderClassName
{
color: #5B7073;
}
.AnyTagClassName
{
color: #5B7073;
}
</style>
background-color css
<style>
a { background-color: #5B7073; }
a { background-color: rgb(91,112,115); }
div.DivClassName
{
background-color: #5B7073;
}
.BgClassName
{
background-color: #5B7073;
}
</style>
border-color css
<style>
span { border-color: #5B7073; }
span { border-color: rgb(91,112,115); }
td.TdClassName
{
border-color: #5B7073;
}
.TagClassName
{
border-color: #5B7073;
}
</style>