Html Css Color HEX #556C71 Pale Sky

📋 copy color: '#556C71'

red 85 ◦ green 108 ◦ blue 113

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

Shades of Pale Sky #556C71

Tints of Pale Sky #556C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.29%

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

R = 27.78%
G = 35.29%
B = 36.93%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#556C71 (or 0x556C71) is known color: Pale Sky. HEX triplet: 55, 6C and 71. RGB value is (85,108,113). Sum of RGB (Red+Green+Blue) = 85+108+113=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #556C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C71 is #AA938E. Grayscale: #656565. Windows color (decimal): -11178895 or 7433301. OLE color: 7433301.

HSL color Cylindrical-coordinate representation of color #556C71: hue angle of 190.71º 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 #556C71 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 108 113 -
CMYK 0.25 0.04 0 0.56
HSL 190.71º 0.14% 0.39% -
HSV(B) 190.71º 0.25% 0.44% -
XYZ 12.09 13.85 17.66 -
YUV 101.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 85 108 113 0.25 0.04 0 0.56 190.71 0.14 0.39
Hex 55 6C 71 19 4 0 38 BF E 27
Octal 125 154 161 31 4 0 70 277 16 47
Binary 1010101 1101100 1110001 11001 100 0 111000 10111111 1110 100111

Color Harmonies of #556C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C71

Black with #556C71

Text Example


Text Example

White with #556C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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