Shades of Pale Sky #5B7174
Tints of Pale Sky #5B7174
RGB
CMYK
RGB Variations
Color information
#5B7174 (or 0x5B7174) is known color: Pale Sky. HEX triplet: 5B, 71 and 74. RGB value is (91,113,116). Sum of RGB (Red+Green+Blue) = 91+113+116=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B7174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7174 is #A48E8B. Grayscale: #6A6A6A. Windows color (decimal): -10784396 or 7631195. OLE color: 7631195.
HSL color Cylindrical-coordinate representation of color #5B7174: hue angle of 187.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 #5B7174 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 113 | 116 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.55 |
| HSL | 187.2º | 0.12% | 0.41% | - |
| HSV(B) | 187.2º | 0.22% | 0.45% | - |
| XYZ | 13.37 | 15.3 | 18.77 | - |
| YUV | 106.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 113 | 116 | 0.22 | 0.03 | 0 | 0.55 | 187.2 | 0.12 | 0.41 |
| Hex | 5B | 71 | 74 | 16 | 3 | 0 | 37 | BB | C | 29 |
| Octal | 133 | 161 | 164 | 26 | 3 | 0 | 67 | 273 | 14 | 51 |
| Binary | 1011011 | 1110001 | 1110100 | 10110 | 11 | 0 | 110111 | 10111011 | 1100 | 101001 |
Color Harmonies of #5B7174
Complementary color
Monochromatic Colors of #5B7174
Black with #5B7174
Text Example
Text Example
White with #5B7174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7174; }
p { color: rgb(91,113,116); }
H1.HeaderClassName
{
color: #5B7174;
}
.AnyTagClassName
{
color: #5B7174;
}
</style>
background-color css
<style>
a { background-color: #5B7174; }
a { background-color: rgb(91,113,116); }
div.DivClassName
{
background-color: #5B7174;
}
.BgClassName
{
background-color: #5B7174;
}
</style>
border-color css
<style>
span { border-color: #5B7174; }
span { border-color: rgb(91,113,116); }
td.TdClassName
{
border-color: #5B7174;
}
.TagClassName
{
border-color: #5B7174;
}
</style>