#56788E

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

Shades of Wedgewood #56788E

Tints of Wedgewood #56788E

Color information

#56788E (or 0x56788E) is unknown color: approx Wedgewood. HEX triplet: 56, 78 and 8E. RGB value is (86,120,142). Sum of RGB (Red+Green+Blue) = 86+120+142=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #56788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56788E is #A98771. Grayscale: #707070. Windows color (decimal): -11110258 or 9336918. OLE color: 9336918.

HSL color Cylindrical-coordinate representation of color #56788E: hue angle of 203.57º 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 #56788E is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86120142-
CMYK0.390.1500.44
HSL203.57º24.56%44.71%-
HSV(B)203.57º39.44%55.69%-
XYZ15.4417.3628.13-
YUV112.34144.74109.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=24.71%
G=34.48%
B=40.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861201420.390.1500.44203.5724.5644.71
Hex56788E27F02Ccc192d
Octal12617021647170543143155
Binary1010110111100010001110100111111101011001100110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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