#586C70

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

Shades of Pale Sky #586C70

Tints of Pale Sky #586C70

Color information

#586C70 (or 0x586C70) is unknown color: approx Pale Sky. HEX triplet: 58, 6C and 70. RGB value is (88,108,112). Sum of RGB (Red+Green+Blue) = 88+108+112=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 112 - color contains mainly: blue. Hex color #586C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C70 is #A7938F. Grayscale: #666666. Windows color (decimal): -10982288 or 7367768. OLE color: 7367768.

HSL color Cylindrical-coordinate representation of color #586C70: hue angle of 190º 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 #586C70 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB88108112-
CMYK0.210.0400.56
HSL190º12%39.22%-
HSV(B)190º21.43%43.92%-
XYZ12.3113.9717.38-
YUV102.48133.37117.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.57%
GREEN value IS 108 (42.58% from 255) = 35.06%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=28.57%
G=35.06%
B=36.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal881081120.210.0400.561901239.22
Hex586C70154038bec27
Octal1301541602540702761447
Binary101100011011001110000101011000111000101111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586C70; }

 p { color: rgb(88,108,112); }

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

<style>
 a { background-color: #586C70; }

 a { background-color: rgb(88,108,112); }

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

<style>
 span { border-color: #586C70; }

 span { border-color: rgb(88,108,112); }

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