Html Css Color HEX #556981 Wedgewood

📋 copy color: '#556981'

red 85 ◦ green 105 ◦ blue 129

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

Shades of Wedgewood #556981

Tints of Wedgewood #556981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 26.65%
G = 32.92%
B = 40.44%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#556981 (or 0x556981) is known color: Wedgewood. HEX triplet: 55, 69 and 81. RGB value is (85,105,129). Sum of RGB (Red+Green+Blue) = 85+105+129=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #556981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556981 is #AA967E. Grayscale: #656565. Windows color (decimal): -11179647 or 8481109. OLE color: 8481109.

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

Color convert

RGB 85 105 129 -
CMYK 0.34 0.19 0 0.49
HSL 212.73º 0.21% 0.42% -
HSV(B) 212.73º 0.34% 0.51% -
XYZ 12.76 13.62 22.73 -
YUV 101.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 85 105 129 0.34 0.19 0 0.49 212.73 0.21 0.42
Hex 55 69 81 22 13 0 31 D5 15 2A
Octal 125 151 201 42 23 0 61 325 25 52
Binary 1010101 1101001 10000001 100010 10011 0 110001 11010101 10101 101010

Color Harmonies of #556981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556981

Black with #556981

Text Example


Text Example

White with #556981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556981; }

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

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

background-color css

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

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

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

border-color css

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

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

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