Shades of Pale Sky #5B7277
Tints of Pale Sky #5B7277
RGB
CMYK
RGB Variations
Color information
#5B7277 (or 0x5B7277) is known color: Pale Sky. HEX triplet: 5B, 72 and 77. RGB value is (91,114,119). Sum of RGB (Red+Green+Blue) = 91+114+119=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B7277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7277 is #A48D88. Grayscale: #6B6B6B. Windows color (decimal): -10784137 or 7828059. OLE color: 7828059.
HSL color Cylindrical-coordinate representation of color #5B7277: hue angle of 190.71º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B7277 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 114 | 119 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.53 |
| HSL | 190.71º | 0.13% | 0.41% | - |
| HSV(B) | 190.71º | 0.24% | 0.47% | - |
| XYZ | 13.66 | 15.59 | 19.74 | - |
| YUV | 107.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 114 | 119 | 0.24 | 0.04 | 0 | 0.53 | 190.71 | 0.13 | 0.41 |
| Hex | 5B | 72 | 77 | 18 | 4 | 0 | 35 | BF | D | 29 |
| Octal | 133 | 162 | 167 | 30 | 4 | 0 | 65 | 277 | 15 | 51 |
| Binary | 1011011 | 1110010 | 1110111 | 11000 | 100 | 0 | 110101 | 10111111 | 1101 | 101001 |
Color Harmonies of #5B7277
Complementary color
Monochromatic Colors of #5B7277
Black with #5B7277
Text Example
Text Example
White with #5B7277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7277; }
p { color: rgb(91,114,119); }
H1.HeaderClassName
{
color: #5B7277;
}
.AnyTagClassName
{
color: #5B7277;
}
</style>
background-color css
<style>
a { background-color: #5B7277; }
a { background-color: rgb(91,114,119); }
div.DivClassName
{
background-color: #5B7277;
}
.BgClassName
{
background-color: #5B7277;
}
</style>
border-color css
<style>
span { border-color: #5B7277; }
span { border-color: rgb(91,114,119); }
td.TdClassName
{
border-color: #5B7277;
}
.TagClassName
{
border-color: #5B7277;
}
</style>