Shades of Pale Sky #586C74
Tints of Pale Sky #586C74
RGB
CMYK
RGB Variations
Color information
#586C74 (or 0x586C74) is known color: Pale Sky. HEX triplet: 58, 6C and 74. RGB value is (88,108,116). Sum of RGB (Red+Green+Blue) = 88+108+116=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 116 - color contains mainly: blue. Hex color #586C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C74 is #A7938B. Grayscale: #666666. Windows color (decimal): -10982284 or 7629912. OLE color: 7629912.
HSL color Cylindrical-coordinate representation of color #586C74: hue angle of 197.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #586C74 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 108 | 116 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.55 |
| HSL | 197.14º | 0.14% | 0.4% | - |
| HSV(B) | 197.14º | 0.24% | 0.45% | - |
| XYZ | 12.54 | 14.06 | 18.58 | - |
| YUV | 102.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 116 | 0.24 | 0.07 | 0 | 0.55 | 197.14 | 0.14 | 0.4 |
| Hex | 58 | 6C | 74 | 18 | 7 | 0 | 37 | C5 | E | 28 |
| Octal | 130 | 154 | 164 | 30 | 7 | 0 | 67 | 305 | 16 | 50 |
| Binary | 1011000 | 1101100 | 1110100 | 11000 | 111 | 0 | 110111 | 11000101 | 1110 | 101000 |
Color Harmonies of #586C74
Complementary color
Monochromatic Colors of #586C74
Black with #586C74
Text Example
Text Example
White with #586C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586C74; }
p { color: rgb(88,108,116); }
H1.HeaderClassName
{
color: #586C74;
}
.AnyTagClassName
{
color: #586C74;
}
</style>
background-color css
<style>
a { background-color: #586C74; }
a { background-color: rgb(88,108,116); }
div.DivClassName
{
background-color: #586C74;
}
.BgClassName
{
background-color: #586C74;
}
</style>
border-color css
<style>
span { border-color: #586C74; }
span { border-color: rgb(88,108,116); }
td.TdClassName
{
border-color: #586C74;
}
.TagClassName
{
border-color: #586C74;
}
</style>