#58686B

Color #58686B Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #58686B

Tints of Pale Sky #58686B

Color information

#58686B (or 0x58686B) is unknown color: approx Pale Sky. HEX triplet: 58, 68 and 6B. RGB value is (88,104,107). Sum of RGB (Red+Green+Blue) = 88+104+107=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 107 - color contains mainly: blue. Hex color #58686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58686B is #A79794. Grayscale: #636363. Windows color (decimal): -10983317 or 7039064. OLE color: 7039064.

HSL color Cylindrical-coordinate representation of color #58686B: hue angle of 189.47º 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 #58686B is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB88104107-
CMYK0.180.0300.58
HSL189.47º9.74%38.24%-
HSV(B)189.47º17.76%41.96%-
XYZ11.6313.0415.81-
YUV99.56132.2119.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=29.43%
G=34.78%
B=35.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal881041070.180.0300.58189.479.7438.24
Hex58686B12303Abda26
Octal1301501532230722751246
Binary10110001101000110101110010110111010101111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58686B; }

 p { color: rgb(88,104,107); }

 H1.HeaderClassName
 {
   color: #58686B;
 }
 .AnyTagClassName
 {
   color: #58686B;
 }
</style>
background-color css

<style>
 a { background-color: #58686B; }

 a { background-color: rgb(88,104,107); }

 div.DivClassName
 {
   background-color: #58686B;
 }
 .BgClassName
 {
   background-color: #58686B;
 }
</style>
border-color css

<style>
 span { border-color: #58686B; }

 span { border-color: rgb(88,104,107); }

 td.TdClassName
 {
   border-color: #58686B;
 }
 .TagClassName
 {
   border-color: #58686B;
 }
</style>