Html Css Color HEX #556D82 Wedgewood

📋 copy color: '#556D82'

red 85 ◦ green 109 ◦ blue 130

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

Shades of Wedgewood #556D82

Tints of Wedgewood #556D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.12%

R = 26.23%
G = 33.64%
B = 40.12%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#556D82 (or 0x556D82) is known color: Wedgewood. HEX triplet: 55, 6D and 82. RGB value is (85,109,130). Sum of RGB (Red+Green+Blue) = 85+109+130=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #556D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D82 is #AA927D. Grayscale: #686868. Windows color (decimal): -11178622 or 8547669. OLE color: 8547669.

HSL color Cylindrical-coordinate representation of color #556D82: hue angle of 208º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #556D82 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 109 130 -
CMYK 0.35 0.16 0 0.49
HSL 208º 0.21% 0.42% -
HSV(B) 208º 0.35% 0.51% -
XYZ 13.24 14.48 23.22 -
YUV 104.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 85 109 130 0.35 0.16 0 0.49 208 0.21 0.42
Hex 55 6D 82 23 10 0 31 D0 15 2A
Octal 125 155 202 43 20 0 61 320 25 52
Binary 1010101 1101101 10000010 100011 10000 0 110001 11010000 10101 101010

Color Harmonies of #556D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556D82

Black with #556D82

Text Example


Text Example

White with #556D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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