Html Css Color HEX #556971 Pale Sky

📋 copy color: '#556971'

red 85 ◦ green 105 ◦ blue 113

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

Shades of Pale Sky #556971

Tints of Pale Sky #556971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.29%

R = 28.05%
G = 34.65%
B = 37.29%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#556971 (or 0x556971) is known color: Pale Sky. HEX triplet: 55, 69 and 71. RGB value is (85,105,113). Sum of RGB (Red+Green+Blue) = 85+105+113=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #556971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556971 is #AA968E. Grayscale: #636363. Windows color (decimal): -11179663 or 7432533. OLE color: 7432533.

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

Color convert

RGB 85 105 113 -
CMYK 0.25 0.07 0 0.56
HSL 197.14º 0.14% 0.39% -
HSV(B) 197.14º 0.25% 0.44% -
XYZ 11.78 13.23 17.56 -
YUV 99.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 85 105 113 0.25 0.07 0 0.56 197.14 0.14 0.39
Hex 55 69 71 19 7 0 38 C5 E 27
Octal 125 151 161 31 7 0 70 305 16 47
Binary 1010101 1101001 1110001 11001 111 0 111000 11000101 1110 100111

Color Harmonies of #556971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556971

Black with #556971

Text Example


Text Example

White with #556971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556971; }

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

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

background-color css

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

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

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

border-color css

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

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

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