Shades of Pale Sky #5D7175
Tints of Pale Sky #5D7175
RGB
CMYK
RGB Variations
Color information
#5D7175 (or 0x5D7175) is known color: Pale Sky. HEX triplet: 5D, 71 and 75. RGB value is (93,113,117). Sum of RGB (Red+Green+Blue) = 93+113+117=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D7175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7175 is #A28E8A. Grayscale: #6B6B6B. Windows color (decimal): -10653323 or 7696733. OLE color: 7696733.
HSL color Cylindrical-coordinate representation of color #5D7175: hue angle of 190º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D7175 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 113 | 117 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.54 |
| HSL | 190º | 0.11% | 0.41% | - |
| HSV(B) | 190º | 0.21% | 0.46% | - |
| XYZ | 13.63 | 15.42 | 19.09 | - |
| YUV | 107.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 117 | 0.21 | 0.03 | 0 | 0.54 | 190 | 0.11 | 0.41 |
| Hex | 5D | 71 | 75 | 15 | 3 | 0 | 36 | BE | B | 29 |
| Octal | 135 | 161 | 165 | 25 | 3 | 0 | 66 | 276 | 13 | 51 |
| Binary | 1011101 | 1110001 | 1110101 | 10101 | 11 | 0 | 110110 | 10111110 | 1011 | 101001 |
Color Harmonies of #5D7175
Complementary color
Monochromatic Colors of #5D7175
Black with #5D7175
Text Example
Text Example
White with #5D7175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7175; }
p { color: rgb(93,113,117); }
H1.HeaderClassName
{
color: #5D7175;
}
.AnyTagClassName
{
color: #5D7175;
}
</style>
background-color css
<style>
a { background-color: #5D7175; }
a { background-color: rgb(93,113,117); }
div.DivClassName
{
background-color: #5D7175;
}
.BgClassName
{
background-color: #5D7175;
}
</style>
border-color css
<style>
span { border-color: #5D7175; }
span { border-color: rgb(93,113,117); }
td.TdClassName
{
border-color: #5D7175;
}
.TagClassName
{
border-color: #5D7175;
}
</style>