#586B70

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

Shades of Pale Sky #586B70

Tints of Pale Sky #586B70

Color information

#586B70 (or 0x586B70) is unknown color: approx Pale Sky. HEX triplet: 58, 6B and 70. RGB value is (88,107,112). Sum of RGB (Red+Green+Blue) = 88+107+112=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #586B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B70 is #A7948F. Grayscale: #656565. Windows color (decimal): -10982544 or 7367512. OLE color: 7367512.

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

Color convert

RGB88107112-
CMYK0.210.0400.56
HSL192.5º12%39.22%-
HSV(B)192.5º21.43%43.92%-
XYZ12.2113.7617.34-
YUV101.89133.71118.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.66%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=28.66%
G=34.85%
B=36.48%

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
Decimal881071120.210.0400.56192.51239.22
Hex586B70154038c0c27
Octal1301531602540703001447
Binary101100011010111110000101011000111000110000001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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