#586C75

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

Shades of Pale Sky #586C75

Tints of Pale Sky #586C75

Color information

#586C75 (or 0x586C75) is unknown color: approx Pale Sky. HEX triplet: 58, 6C and 75. RGB value is (88,108,117). Sum of RGB (Red+Green+Blue) = 88+108+117=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #586C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C75 is #A7938A. Grayscale: #666666. Windows color (decimal): -10982283 or 7695448. OLE color: 7695448.

HSL color Cylindrical-coordinate representation of color #586C75: hue angle of 198.62º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #586C75 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB88108117-
CMYK0.250.0800.54
HSL198.62º14.15%40.2%-
HSV(B)198.62º24.79%45.88%-
XYZ12.614.0818.88-
YUV103.05135.87117.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.12%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=28.12%
G=34.50%
B=37.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881081170.250.0800.54198.6214.1540.2
Hex586C75198036c7e28
Octal13015416531100663071650
Binary1011000110110011101011100110000110110110001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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