#586A74

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

Shades of Pale Sky #586A74

Tints of Pale Sky #586A74

Color information

#586A74 (or 0x586A74) is unknown color: approx Pale Sky. HEX triplet: 58, 6A and 74. RGB value is (88,106,116). Sum of RGB (Red+Green+Blue) = 88+106+116=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 116 - color contains mainly: blue. Hex color #586A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A74 is #A7958B. Grayscale: #656565. Windows color (decimal): -10982796 or 7629400. OLE color: 7629400.

HSL color Cylindrical-coordinate representation of color #586A74: hue angle of 201.43º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #586A74 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB88106116-
CMYK0.240.0900.55
HSL201.43º13.73%40%-
HSV(B)201.43º24.14%45.49%-
XYZ12.3313.6418.51-
YUV101.76136.04118.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.39%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=28.39%
G=34.19%
B=37.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal881061160.240.0900.55201.4313.7340
Hex586A74189037c9e28
Octal13015216430110673111650
Binary1011000110101011101001100010010110111110010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,106,116); }

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

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

 a { background-color: rgb(88,106,116); }

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

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

 span { border-color: rgb(88,106,116); }

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