Html Css Color HEX #556C82 Wedgewood

📋 copy color: '#556C82'

red 85 ◦ green 108 ◦ blue 130

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

Shades of Wedgewood #556C82

Tints of Wedgewood #556C82

RGB

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

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

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

R = 26.32%
G = 33.44%
B = 40.25%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#556C82 (or 0x556C82) is known color: Wedgewood. HEX triplet: 55, 6C and 82. RGB value is (85,108,130). Sum of RGB (Red+Green+Blue) = 85+108+130=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #556C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C82 is #AA937D. Grayscale: #676767. Windows color (decimal): -11178878 or 8547413. OLE color: 8547413.

HSL color Cylindrical-coordinate representation of color #556C82: hue angle of 209.33º 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 #556C82 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 108 130 -
CMYK 0.35 0.17 0 0.49
HSL 209.33º 0.21% 0.42% -
HSV(B) 209.33º 0.35% 0.51% -
XYZ 13.14 14.27 23.18 -
YUV 103.63 142.88 114.71 -
System Red Green Blue C M Y K H S L
Decimal 85 108 130 0.35 0.17 0 0.49 209.33 0.21 0.42
Hex 55 6C 82 23 11 0 31 D1 15 2A
Octal 125 154 202 43 21 0 61 321 25 52
Binary 1010101 1101100 10000010 100011 10001 0 110001 11010001 10101 101010

Color Harmonies of #556C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C82

Black with #556C82

Text Example


Text Example

White with #556C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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