Html Css Color HEX #586970 Pale Sky

📋 copy color: '#586970'

red 88 ◦ green 105 ◦ blue 112

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

Shades of Pale Sky #586970

Tints of Pale Sky #586970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.43%

 BLUE value IS 112 (44.14% from 255) = 36.72%

R = 28.85%
G = 34.43%
B = 36.72%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#586970 (or 0x586970) is known color: Pale Sky. HEX triplet: 58, 69 and 70. RGB value is (88,105,112). Sum of RGB (Red+Green+Blue) = 88+105+112=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 112 - color contains mainly: blue. Hex color #586970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586970 is #A7968F. Grayscale: #646464. Windows color (decimal): -10983056 or 7367000. OLE color: 7367000.

HSL color Cylindrical-coordinate representation of color #586970: hue angle of 197.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586970 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 105 112 -
CMYK 0.21 0.06 0 0.56
HSL 197.5º 0.12% 0.39% -
HSV(B) 197.5º 0.21% 0.44% -
XYZ 12 13.35 17.27 -
YUV 100.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 88 105 112 0.21 0.06 0 0.56 197.5 0.12 0.39
Hex 58 69 70 15 6 0 38 C6 C 27
Octal 130 151 160 25 6 0 70 306 14 47
Binary 1011000 1101001 1110000 10101 110 0 111000 11000110 1100 100111

Color Harmonies of #586970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586970

Black with #586970

Text Example


Text Example

White with #586970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586970; }

 p { color: rgb(88,105,112); }

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

background-color css

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

 a { background-color: rgb(88,105,112); }

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

border-color css

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

 span { border-color: rgb(88,105,112); }

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