Html Css Color HEX #556982 Wedgewood

📋 copy color: '#556982'

red 85 ◦ green 105 ◦ blue 130

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

Shades of Wedgewood #556982

Tints of Wedgewood #556982

RGB

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

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

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

R = 26.56%
G = 32.81%
B = 40.63%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#556982 (or 0x556982) is known color: Wedgewood. HEX triplet: 55, 69 and 82. RGB value is (85,105,130). Sum of RGB (Red+Green+Blue) = 85+105+130=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #556982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556982 is #AA967D. Grayscale: #656565. Windows color (decimal): -11179646 or 8546645. OLE color: 8546645.

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

Color convert

RGB 85 105 130 -
CMYK 0.35 0.19 0 0.49
HSL 213.33º 0.21% 0.42% -
HSV(B) 213.33º 0.35% 0.51% -
XYZ 12.83 13.65 23.08 -
YUV 101.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 85 105 130 0.35 0.19 0 0.49 213.33 0.21 0.42
Hex 55 69 82 23 13 0 31 D5 15 2A
Octal 125 151 202 43 23 0 61 325 25 52
Binary 1010101 1101001 10000010 100011 10011 0 110001 11010101 10101 101010

Color Harmonies of #556982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556982

Black with #556982

Text Example


Text Example

White with #556982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556982; }

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

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

background-color css

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

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

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

border-color css

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

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

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