Shades of Pale Sky #5C6C73
Tints of Pale Sky #5C6C73
RGB
CMYK
RGB Variations
Color information
#5C6C73 (or 0x5C6C73) is known color: Pale Sky. HEX triplet: 5C, 6C and 73. RGB value is (92,108,115). Sum of RGB (Red+Green+Blue) = 92+108+115=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C6C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6C73 is #A3938C. Grayscale: #676767. Windows color (decimal): -10720141 or 7564380. OLE color: 7564380.
HSL color Cylindrical-coordinate representation of color #5C6C73: hue angle of 198.26º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C6C73 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 108 | 115 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.55 |
| HSL | 198.26º | 0.11% | 0.41% | - |
| HSV(B) | 198.26º | 0.2% | 0.45% | - |
| XYZ | 12.87 | 14.24 | 18.29 | - |
| YUV | 104.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 108 | 115 | 0.20 | 0.06 | 0 | 0.55 | 198.26 | 0.11 | 0.41 |
| Hex | 5C | 6C | 73 | 14 | 6 | 0 | 37 | C6 | B | 29 |
| Octal | 134 | 154 | 163 | 24 | 6 | 0 | 67 | 306 | 13 | 51 |
| Binary | 1011100 | 1101100 | 1110011 | 10100 | 110 | 0 | 110111 | 11000110 | 1011 | 101001 |
Color Harmonies of #5C6C73
Complementary color
Monochromatic Colors of #5C6C73
Black with #5C6C73
Text Example
Text Example
White with #5C6C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6C73; }
p { color: rgb(92,108,115); }
H1.HeaderClassName
{
color: #5C6C73;
}
.AnyTagClassName
{
color: #5C6C73;
}
</style>
background-color css
<style>
a { background-color: #5C6C73; }
a { background-color: rgb(92,108,115); }
div.DivClassName
{
background-color: #5C6C73;
}
.BgClassName
{
background-color: #5C6C73;
}
</style>
border-color css
<style>
span { border-color: #5C6C73; }
span { border-color: rgb(92,108,115); }
td.TdClassName
{
border-color: #5C6C73;
}
.TagClassName
{
border-color: #5C6C73;
}
</style>