Shades of Pale Sky #58666C
Tints of Pale Sky #58666C
RGB
CMYK
RGB Variations
Color information
#58666C (or 0x58666C) is known color: Pale Sky. HEX triplet: 58, 66 and 6C. RGB value is (88,102,108). Sum of RGB (Red+Green+Blue) = 88+102+108=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 108 - color contains mainly: blue. Hex color #58666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58666C is #A79993. Grayscale: #626262. Windows color (decimal): -10983828 or 7104088. OLE color: 7104088.
HSL color Cylindrical-coordinate representation of color #58666C: hue angle of 198º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58666C is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 102 | 108 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.58 |
| HSL | 198º | 0.1% | 0.38% | - |
| HSV(B) | 198º | 0.19% | 0.42% | - |
| XYZ | 11.48 | 12.66 | 16.03 | - |
| YUV | 98.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 108 | 0.19 | 0.06 | 0 | 0.58 | 198 | 0.1 | 0.38 |
| Hex | 58 | 66 | 6C | 13 | 6 | 0 | 3A | C6 | A | 26 |
| Octal | 130 | 146 | 154 | 23 | 6 | 0 | 72 | 306 | 12 | 46 |
| Binary | 1011000 | 1100110 | 1101100 | 10011 | 110 | 0 | 111010 | 11000110 | 1010 | 100110 |
Color Harmonies of #58666C
Complementary color
Monochromatic Colors of #58666C
Black with #58666C
Text Example
Text Example
White with #58666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58666C; }
p { color: rgb(88,102,108); }
H1.HeaderClassName
{
color: #58666C;
}
.AnyTagClassName
{
color: #58666C;
}
</style>
background-color css
<style>
a { background-color: #58666C; }
a { background-color: rgb(88,102,108); }
div.DivClassName
{
background-color: #58666C;
}
.BgClassName
{
background-color: #58666C;
}
</style>
border-color css
<style>
span { border-color: #58666C; }
span { border-color: rgb(88,102,108); }
td.TdClassName
{
border-color: #58666C;
}
.TagClassName
{
border-color: #58666C;
}
</style>