Html Css Color HEX #556D73 Pale Sky

📋 copy color: '#556D73'

red 85 ◦ green 109 ◦ blue 115

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

Shades of Pale Sky #556D73

Tints of Pale Sky #556D73

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.28%

 BLUE value IS 115 (45.31% from 255) = 37.22%

R = 27.51%
G = 35.28%
B = 37.22%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556D73 (or 0x556D73) is known color: Pale Sky. HEX triplet: 55, 6D and 73. RGB value is (85,109,115). Sum of RGB (Red+Green+Blue) = 85+109+115=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #556D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D73 is #AA928C. Grayscale: #666666. Windows color (decimal): -11178637 or 7564629. OLE color: 7564629.

HSL color Cylindrical-coordinate representation of color #556D73: hue angle of 192º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #556D73 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 109 115 -
CMYK 0.26 0.05 0 0.55
HSL 192º 0.15% 0.39% -
HSV(B) 192º 0.26% 0.45% -
XYZ 12.31 14.11 18.29 -
YUV 102.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 85 109 115 0.26 0.05 0 0.55 192 0.15 0.39
Hex 55 6D 73 1A 5 0 37 C0 F 27
Octal 125 155 163 32 5 0 67 300 17 47
Binary 1010101 1101101 1110011 11010 101 0 110111 11000000 1111 100111

Color Harmonies of #556D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556D73

Black with #556D73

Text Example


Text Example

White with #556D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,109,115); }

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

background-color css

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

 a { background-color: rgb(85,109,115); }

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

border-color css

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

 span { border-color: rgb(85,109,115); }

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