Shades of Pale Sky #58696F
Tints of Pale Sky #58696F
RGB
CMYK
RGB Variations
Color information
#58696F (or 0x58696F) is known color: Pale Sky. HEX triplet: 58, 69 and 6F. RGB value is (88,105,111). Sum of RGB (Red+Green+Blue) = 88+105+111=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 111 - color contains mainly: blue. Hex color #58696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58696F is #A79690. Grayscale: #646464. Windows color (decimal): -10983057 or 7301464. OLE color: 7301464.
HSL color Cylindrical-coordinate representation of color #58696F: hue angle of 195.65º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #58696F is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 105 | 111 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.56 |
| HSL | 195.65º | 0.12% | 0.39% | - |
| HSV(B) | 195.65º | 0.21% | 0.44% | - |
| XYZ | 11.95 | 13.33 | 16.98 | - |
| YUV | 100.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 105 | 111 | 0.21 | 0.05 | 0 | 0.56 | 195.65 | 0.12 | 0.39 |
| Hex | 58 | 69 | 6F | 15 | 5 | 0 | 38 | C4 | C | 27 |
| Octal | 130 | 151 | 157 | 25 | 5 | 0 | 70 | 304 | 14 | 47 |
| Binary | 1011000 | 1101001 | 1101111 | 10101 | 101 | 0 | 111000 | 11000100 | 1100 | 100111 |
Color Harmonies of #58696F
Complementary color
Monochromatic Colors of #58696F
Black with #58696F
Text Example
Text Example
White with #58696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58696F; }
p { color: rgb(88,105,111); }
H1.HeaderClassName
{
color: #58696F;
}
.AnyTagClassName
{
color: #58696F;
}
</style>
background-color css
<style>
a { background-color: #58696F; }
a { background-color: rgb(88,105,111); }
div.DivClassName
{
background-color: #58696F;
}
.BgClassName
{
background-color: #58696F;
}
</style>
border-color css
<style>
span { border-color: #58696F; }
span { border-color: rgb(88,105,111); }
td.TdClassName
{
border-color: #58696F;
}
.TagClassName
{
border-color: #58696F;
}
</style>