Html Css Color HEX #586F72 Pale Sky

📋 copy color: '#586F72'

red 88 ◦ green 111 ◦ blue 114

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

Shades of Pale Sky #586F72

Tints of Pale Sky #586F72

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.46%

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 28.12%
G = 35.46%
B = 36.42%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#586F72 (or 0x586F72) is known color: Pale Sky. HEX triplet: 58, 6F and 72. RGB value is (88,111,114). Sum of RGB (Red+Green+Blue) = 88+111+114=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #586F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F72 is #A7908D. Grayscale: #686868. Windows color (decimal): -10981518 or 7499608. OLE color: 7499608.

HSL color Cylindrical-coordinate representation of color #586F72: hue angle of 186.92º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #586F72 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 111 114 -
CMYK 0.23 0.03 0 0.55
HSL 186.92º 0.13% 0.4% -
HSV(B) 186.92º 0.23% 0.45% -
XYZ 12.75 14.66 18.08 -
YUV 104.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 88 111 114 0.23 0.03 0 0.55 186.92 0.13 0.4
Hex 58 6F 72 17 3 0 37 BB D 28
Octal 130 157 162 27 3 0 67 273 15 50
Binary 1011000 1101111 1110010 10111 11 0 110111 10111011 1101 101000

Color Harmonies of #586F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F72

Black with #586F72

Text Example


Text Example

White with #586F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,111,114); }

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

background-color css

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

 a { background-color: rgb(88,111,114); }

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

border-color css

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

 span { border-color: rgb(88,111,114); }

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