#586C74

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

Shades of Pale Sky #586C74

Tints of Pale Sky #586C74

Color information

#586C74 (or 0x586C74) is unknown color: approx Pale Sky. HEX triplet: 58, 6C and 74. RGB value is (88,108,116). Sum of RGB (Red+Green+Blue) = 88+108+116=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 116 - color contains mainly: blue. Hex color #586C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C74 is #A7938B. Grayscale: #666666. Windows color (decimal): -10982284 or 7629912. OLE color: 7629912.

HSL color Cylindrical-coordinate representation of color #586C74: hue angle of 197.14º 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 #586C74 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB88108116-
CMYK0.240.0700.55
HSL197.14º13.73%40%-
HSV(B)197.14º24.14%45.49%-
XYZ12.5414.0618.58-
YUV102.93135.37117.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.21%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 116 (45.70% from 255) = 37.18%
R=28.21%
G=34.62%
B=37.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal881081160.240.0700.55197.1413.7340
Hex586C74187037c5e28
Octal1301541643070673051650
Binary101100011011001110100110001110110111110001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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