Shades of Pale Sky #58676D
Tints of Pale Sky #58676D
RGB
CMYK
RGB Variations
Color information
#58676D (or 0x58676D) is known color: Pale Sky. HEX triplet: 58, 67 and 6D. RGB value is (88,103,109). Sum of RGB (Red+Green+Blue) = 88+103+109=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 109 - color contains mainly: blue. Hex color #58676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58676D is #A79892. Grayscale: #636363. Windows color (decimal): -10983571 or 7169880. OLE color: 7169880.
HSL color Cylindrical-coordinate representation of color #58676D: hue angle of 197.14º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58676D is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 103 | 109 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.57 |
| HSL | 197.14º | 0.11% | 0.39% | - |
| HSV(B) | 197.14º | 0.19% | 0.43% | - |
| XYZ | 11.64 | 12.88 | 16.34 | - |
| YUV | 99.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 103 | 109 | 0.19 | 0.06 | 0 | 0.57 | 197.14 | 0.11 | 0.39 |
| Hex | 58 | 67 | 6D | 13 | 6 | 0 | 39 | C5 | B | 27 |
| Octal | 130 | 147 | 155 | 23 | 6 | 0 | 71 | 305 | 13 | 47 |
| Binary | 1011000 | 1100111 | 1101101 | 10011 | 110 | 0 | 111001 | 11000101 | 1011 | 100111 |
Color Harmonies of #58676D
Complementary color
Monochromatic Colors of #58676D
Black with #58676D
Text Example
Text Example
White with #58676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58676D; }
p { color: rgb(88,103,109); }
H1.HeaderClassName
{
color: #58676D;
}
.AnyTagClassName
{
color: #58676D;
}
</style>
background-color css
<style>
a { background-color: #58676D; }
a { background-color: rgb(88,103,109); }
div.DivClassName
{
background-color: #58676D;
}
.BgClassName
{
background-color: #58676D;
}
</style>
border-color css
<style>
span { border-color: #58676D; }
span { border-color: rgb(88,103,109); }
td.TdClassName
{
border-color: #58676D;
}
.TagClassName
{
border-color: #58676D;
}
</style>