Shades of Pale Sky #58656B
Tints of Pale Sky #58656B
RGB
CMYK
RGB Variations
Color information
#58656B (or 0x58656B) is known color: Pale Sky. HEX triplet: 58, 65 and 6B. RGB value is (88,101,107). Sum of RGB (Red+Green+Blue) = 88+101+107=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 107 - color contains mainly: blue. Hex color #58656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58656B is #A79A94. Grayscale: #616161. Windows color (decimal): -10984085 or 7038296. OLE color: 7038296.
HSL color Cylindrical-coordinate representation of color #58656B: hue angle of 198.95º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #58656B is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 101 | 107 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.58 |
| HSL | 198.95º | 0.1% | 0.38% | - |
| HSV(B) | 198.95º | 0.18% | 0.42% | - |
| XYZ | 11.33 | 12.44 | 15.71 | - |
| YUV | 97.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 107 | 0.18 | 0.06 | 0 | 0.58 | 198.95 | 0.1 | 0.38 |
| Hex | 58 | 65 | 6B | 12 | 6 | 0 | 3A | C7 | A | 26 |
| Octal | 130 | 145 | 153 | 22 | 6 | 0 | 72 | 307 | 12 | 46 |
| Binary | 1011000 | 1100101 | 1101011 | 10010 | 110 | 0 | 111010 | 11000111 | 1010 | 100110 |
Color Harmonies of #58656B
Complementary color
Monochromatic Colors of #58656B
Black with #58656B
Text Example
Text Example
White with #58656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58656B; }
p { color: rgb(88,101,107); }
H1.HeaderClassName
{
color: #58656B;
}
.AnyTagClassName
{
color: #58656B;
}
</style>
background-color css
<style>
a { background-color: #58656B; }
a { background-color: rgb(88,101,107); }
div.DivClassName
{
background-color: #58656B;
}
.BgClassName
{
background-color: #58656B;
}
</style>
border-color css
<style>
span { border-color: #58656B; }
span { border-color: rgb(88,101,107); }
td.TdClassName
{
border-color: #58656B;
}
.TagClassName
{
border-color: #58656B;
}
</style>