#586971

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

Shades of Pale Sky #586971

Tints of Pale Sky #586971

Color information

#586971 (or 0x586971) is unknown color: approx Pale Sky. HEX triplet: 58, 69 and 71. RGB value is (88,105,113). Sum of RGB (Red+Green+Blue) = 88+105+113=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #586971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586971 is #A7968E. Grayscale: #646464. Windows color (decimal): -10983055 or 7432536. OLE color: 7432536.

HSL color Cylindrical-coordinate representation of color #586971: hue angle of 199.2º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #586971 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB88105113-
CMYK0.220.0700.56
HSL199.2º12.44%39.41%-
HSV(B)199.2º22.12%44.31%-
XYZ12.0613.3717.57-
YUV100.83134.87118.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.76%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=28.76%
G=34.31%
B=36.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal881051130.220.0700.56199.212.4439.41
Hex586971167038c7c27
Octal1301511612670703071447
Binary101100011010011110001101101110111000110001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586971; }

 p { color: rgb(88,105,113); }

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

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

 a { background-color: rgb(88,105,113); }

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

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

 span { border-color: rgb(88,105,113); }

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