#56768C

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

Shades of Wedgewood #56768C

Tints of Wedgewood #56768C

Color information

#56768C (or 0x56768C) is unknown color: approx Wedgewood. HEX triplet: 56, 76 and 8C. RGB value is (86,118,140). Sum of RGB (Red+Green+Blue) = 86+118+140=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #56768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56768C is #A98973. Grayscale: #6E6E6E. Windows color (decimal): -11110772 or 9205334. OLE color: 9205334.

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

Color convert

RGB86118140-
CMYK0.390.1600.45
HSL204.44º23.89%44.31%-
HSV(B)204.44º38.57%54.9%-
XYZ15.0516.8327.27-
YUV110.94144.4110.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=25%
G=34.30%
B=40.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861181400.390.1600.45204.4423.8944.31
Hex56768C271002Dcc182c
Octal12616621447200553143054
Binary10101101110110100011001001111000001011011100110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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