#586B75

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

Shades of Pale Sky #586B75

Tints of Pale Sky #586B75

Color information

#586B75 (or 0x586B75) is unknown color: approx Pale Sky. HEX triplet: 58, 6B and 75. RGB value is (88,107,117). Sum of RGB (Red+Green+Blue) = 88+107+117=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 117 - color contains mainly: blue. Hex color #586B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B75 is #A7948A. Grayscale: #666666. Windows color (decimal): -10982539 or 7695192. OLE color: 7695192.

HSL color Cylindrical-coordinate representation of color #586B75: hue angle of 200.69º 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 #586B75 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB88107117-
CMYK0.250.0900.54
HSL200.69º14.15%40.2%-
HSV(B)200.69º24.79%45.88%-
XYZ12.4913.8718.85-
YUV102.46136.21117.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.21%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=28.21%
G=34.29%
B=37.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881071170.250.0900.54200.6914.1540.2
Hex586B75199036c9e28
Octal13015316531110663111650
Binary1011000110101111101011100110010110110110010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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