#586870

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

Shades of Pale Sky #586870

Tints of Pale Sky #586870

Color information

#586870 (or 0x586870) is unknown color: approx Pale Sky. HEX triplet: 58, 68 and 70. RGB value is (88,104,112). Sum of RGB (Red+Green+Blue) = 88+104+112=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 112 - color contains mainly: blue. Hex color #586870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586870 is #A7978F. Grayscale: #646464. Windows color (decimal): -10983312 or 7366744. OLE color: 7366744.

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

Color convert

RGB88104112-
CMYK0.210.0700.56
HSL200º12%39.22%-
HSV(B)200º21.43%43.92%-
XYZ11.913.1517.24-
YUV100.13134.7119.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.95%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=28.95%
G=34.21%
B=36.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal881041120.210.0700.562001239.22
Hex586870157038c8c27
Octal1301501602570703101447
Binary101100011010001110000101011110111000110010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586870; }

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

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

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

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

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

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

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

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