Html Css Color HEX #556970 Pale Sky

📋 copy color: '#556970'

red 85 ◦ green 105 ◦ blue 112

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

Shades of Pale Sky #556970

Tints of Pale Sky #556970

RGB

 RED value IS 85 (33.59% from 255) = 28.15%

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

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

R = 28.15%
G = 34.77%
B = 37.09%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#556970 (or 0x556970) is known color: Pale Sky. HEX triplet: 55, 69 and 70. RGB value is (85,105,112). Sum of RGB (Red+Green+Blue) = 85+105+112=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 112 - color contains mainly: blue. Hex color #556970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556970 is #AA968F. Grayscale: #636363. Windows color (decimal): -11179664 or 7366997. OLE color: 7366997.

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

Color convert

RGB 85 105 112 -
CMYK 0.24 0.06 0 0.56
HSL 195.56º 0.14% 0.39% -
HSV(B) 195.56º 0.24% 0.44% -
XYZ 11.72 13.2 17.26 -
YUV 99.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 85 105 112 0.24 0.06 0 0.56 195.56 0.14 0.39
Hex 55 69 70 18 6 0 38 C4 E 27
Octal 125 151 160 30 6 0 70 304 16 47
Binary 1010101 1101001 1110000 11000 110 0 111000 11000100 1110 100111

Color Harmonies of #556970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556970

Black with #556970

Text Example


Text Example

White with #556970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556970; }

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

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

background-color css

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

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

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

border-color css

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

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

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