#56768E

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

Shades of Wedgewood #56768E

Tints of Wedgewood #56768E

Color information

#56768E (or 0x56768E) is unknown color: approx Wedgewood. HEX triplet: 56, 76 and 8E. RGB value is (86,118,142). Sum of RGB (Red+Green+Blue) = 86+118+142=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #56768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56768E is #A98971. Grayscale: #6F6F6F. Windows color (decimal): -11110770 or 9336406. OLE color: 9336406.

HSL color Cylindrical-coordinate representation of color #56768E: hue angle of 205.71º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56768E is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86118142-
CMYK0.390.1700.44
HSL205.71º24.56%44.71%-
HSV(B)205.71º39.44%55.69%-
XYZ15.216.8928.05-
YUV111.17145.4110.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=24.86%
G=34.10%
B=41.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861181420.390.1700.44205.7124.5644.71
Hex56768E271102Cce192d
Octal12616621647210543163155
Binary10101101110110100011101001111000101011001100111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56768E; }

 p { color: rgb(86,118,142); }

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

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

 a { background-color: rgb(86,118,142); }

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

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

 span { border-color: rgb(86,118,142); }

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