#556B7D

Color #556B7D Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #556B7D

Tints of Wedgewood #556B7D

Color information

#556B7D (or 0x556B7D) is unknown color: approx Wedgewood. HEX triplet: 55, 6B and 7D. RGB value is (85,107,125). Sum of RGB (Red+Green+Blue) = 85+107+125=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #556B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B7D is #AA9482. Grayscale: #666666. Windows color (decimal): -11179139 or 8219477. OLE color: 8219477.

HSL color Cylindrical-coordinate representation of color #556B7D: hue angle of 207º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #556B7D is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB85107125-
CMYK0.320.1400.51
HSL207º19.05%41.18%-
HSV(B)207º32%49.02%-
XYZ12.7113.9321.42-
YUV102.47140.71115.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 125 (49.22% from 255) = 39.43%
R=26.81%
G=33.75%
B=39.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851071250.320.1400.5120719.0541.18
Hex556B7D20E033cf1329
Octal12515317540160633172351
Binary101010111010111111101100000111001100111100111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,107,125); }

 H1.HeaderClassName
 {
   color: #556B7D;
 }
 .AnyTagClassName
 {
   color: #556B7D;
 }
</style>
background-color css

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

 a { background-color: rgb(85,107,125); }

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

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

 span { border-color: rgb(85,107,125); }

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