Html Css Color HEX #586A6E Pale Sky

📋 copy color: '#586A6E'

red 88 ◦ green 106 ◦ blue 110

#586A6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Sky #586A6E

Tints of Pale Sky #586A6E

RGB

 RED value IS 88 (34.77% from 255) = 28.95%

 GREEN value IS 106 (41.8% from 255) = 34.87%

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 28.95%
G = 34.87%
B = 36.18%

CMYK

 C value IS 0.2

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#586A6E (or 0x586A6E) is known color: Pale Sky. HEX triplet: 58, 6A and 6E. RGB value is (88,106,110). Sum of RGB (Red+Green+Blue) = 88+106+110=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 110 - color contains mainly: blue. Hex color #586A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A6E is #A79591. Grayscale: #656565. Windows color (decimal): -10982802 or 7236184. OLE color: 7236184.

HSL color Cylindrical-coordinate representation of color #586A6E: hue angle of 190.91º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #586A6E is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 106 110 -
CMYK 0.2 0.04 0 0.57
HSL 190.91º 0.11% 0.39% -
HSV(B) 190.91º 0.2% 0.43% -
XYZ 11.99 13.51 16.73 -
YUV 101.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 88 106 110 0.2 0.04 0 0.57 190.91 0.11 0.39
Hex 58 6A 6E 14 4 0 39 BF B 27
Octal 130 152 156 24 4 0 71 277 13 47
Binary 1011000 1101010 1101110 10100 100 0 111001 10111111 1011 100111

Color Harmonies of #586A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586A6E

Black with #586A6E

Text Example


Text Example

White with #586A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,106,110); }

 H1.HeaderClassName
 {
   color: #586A6E;
 }
 .AnyTagClassName
 {
   color: #586A6E;
 }
</style>

background-color css

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

 a { background-color: rgb(88,106,110); }

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

border-color css

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

 span { border-color: rgb(88,106,110); }

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