Shades of Pale Sky #657173
Tints of Pale Sky #657173
RGB
CMYK
RGB Variations
Color information
#657173 (or 0x657173) is known color: Pale Sky. HEX triplet: 65, 71 and 73. RGB value is (101,113,115). Sum of RGB (Red+Green+Blue) = 101+113+115=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 115 - color contains mainly: blue. Hex color #657173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657173 is #9A8E8C. Grayscale: #6D6D6D. Windows color (decimal): -10129037 or 7565669. OLE color: 7565669.
HSL color Cylindrical-coordinate representation of color #657173: hue angle of 188.57º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #657173 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 113 | 115 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.55 |
| HSL | 188.57º | 0.06% | 0.42% | - |
| HSV(B) | 188.57º | 0.12% | 0.45% | - |
| XYZ | 14.37 | 15.81 | 18.52 | - |
| YUV | 109.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 115 | 0.12 | 0.02 | 0 | 0.55 | 188.57 | 0.06 | 0.42 |
| Hex | 65 | 71 | 73 | C | 2 | 0 | 37 | BD | 6 | 2A |
| Octal | 145 | 161 | 163 | 14 | 2 | 0 | 67 | 275 | 6 | 52 |
| Binary | 1100101 | 1110001 | 1110011 | 1100 | 10 | 0 | 110111 | 10111101 | 110 | 101010 |
Color Harmonies of #657173
Complementary color
Monochromatic Colors of #657173
Black with #657173
Text Example
Text Example
White with #657173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657173; }
p { color: rgb(101,113,115); }
H1.HeaderClassName
{
color: #657173;
}
.AnyTagClassName
{
color: #657173;
}
</style>
background-color css
<style>
a { background-color: #657173; }
a { background-color: rgb(101,113,115); }
div.DivClassName
{
background-color: #657173;
}
.BgClassName
{
background-color: #657173;
}
</style>
border-color css
<style>
span { border-color: #657173; }
span { border-color: rgb(101,113,115); }
td.TdClassName
{
border-color: #657173;
}
.TagClassName
{
border-color: #657173;
}
</style>