Shades of Pale Sky #5C6C75
Tints of Pale Sky #5C6C75
RGB
CMYK
RGB Variations
Color information
#5C6C75 (or 0x5C6C75) is known color: Pale Sky. HEX triplet: 5C, 6C and 75. RGB value is (92,108,117). Sum of RGB (Red+Green+Blue) = 92+108+117=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C6C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6C75 is #A3938A. Grayscale: #686868. Windows color (decimal): -10720139 or 7695452. OLE color: 7695452.
HSL color Cylindrical-coordinate representation of color #5C6C75: hue angle of 201.6º degrees, saturation: 0.12, 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 #5C6C75 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 108 | 117 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.54 |
| HSL | 201.6º | 0.12% | 0.41% | - |
| HSV(B) | 201.6º | 0.21% | 0.46% | - |
| XYZ | 12.99 | 14.28 | 18.9 | - |
| YUV | 104.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 108 | 117 | 0.21 | 0.08 | 0 | 0.54 | 201.6 | 0.12 | 0.41 |
| Hex | 5C | 6C | 75 | 15 | 8 | 0 | 36 | CA | C | 29 |
| Octal | 134 | 154 | 165 | 25 | 10 | 0 | 66 | 312 | 14 | 51 |
| Binary | 1011100 | 1101100 | 1110101 | 10101 | 1000 | 0 | 110110 | 11001010 | 1100 | 101001 |
Color Harmonies of #5C6C75
Complementary color
Monochromatic Colors of #5C6C75
Black with #5C6C75
Text Example
Text Example
White with #5C6C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6C75; }
p { color: rgb(92,108,117); }
H1.HeaderClassName
{
color: #5C6C75;
}
.AnyTagClassName
{
color: #5C6C75;
}
</style>
background-color css
<style>
a { background-color: #5C6C75; }
a { background-color: rgb(92,108,117); }
div.DivClassName
{
background-color: #5C6C75;
}
.BgClassName
{
background-color: #5C6C75;
}
</style>
border-color css
<style>
span { border-color: #5C6C75; }
span { border-color: rgb(92,108,117); }
td.TdClassName
{
border-color: #5C6C75;
}
.TagClassName
{
border-color: #5C6C75;
}
</style>