Html Css Color HEX #586F76 Pale Sky

📋 copy color: '#586F76'

red 88 ◦ green 111 ◦ blue 118

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

Shades of Pale Sky #586F76

Tints of Pale Sky #586F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 27.76%
G = 35.02%
B = 37.22%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#586F76 (or 0x586F76) is known color: Pale Sky. HEX triplet: 58, 6F and 76. RGB value is (88,111,118). Sum of RGB (Red+Green+Blue) = 88+111+118=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #586F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F76 is #A79089. Grayscale: #686868. Windows color (decimal): -10981514 or 7761752. OLE color: 7761752.

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

Color convert

RGB 88 111 118 -
CMYK 0.25 0.06 0 0.54
HSL 194º 0.15% 0.4% -
HSV(B) 194º 0.25% 0.46% -
XYZ 12.98 14.75 19.3 -
YUV 104.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 88 111 118 0.25 0.06 0 0.54 194 0.15 0.4
Hex 58 6F 76 19 6 0 36 C2 F 28
Octal 130 157 166 31 6 0 66 302 17 50
Binary 1011000 1101111 1110110 11001 110 0 110110 11000010 1111 101000

Color Harmonies of #586F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F76

Black with #586F76

Text Example


Text Example

White with #586F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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