#56657C

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

Shades of Wedgewood #56657C

Tints of Wedgewood #56657C

Color information

#56657C (or 0x56657C) is unknown color: approx Wedgewood. HEX triplet: 56, 65 and 7C. RGB value is (86,101,124). Sum of RGB (Red+Green+Blue) = 86+101+124=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #56657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56657C is #A99A83. Grayscale: #636363. Windows color (decimal): -11115140 or 8152406. OLE color: 8152406.

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

Color convert

RGB86101124-
CMYK0.310.1900.51
HSL216.32º18.1%41.18%-
HSV(B)216.32º30.65%48.63%-
XYZ12.1312.7420.89-
YUV99.14142.03118.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 101 (39.84% from 255) = 32.48%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=27.65%
G=32.48%
B=39.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861011240.310.1900.51216.3218.141.18
Hex56657C1F13033d81229
Octal12614517437230633302251
Binary101011011001011111100111111001101100111101100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56657C; }

 p { color: rgb(86,101,124); }

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

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

 a { background-color: rgb(86,101,124); }

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

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

 span { border-color: rgb(86,101,124); }

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