#56758C

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

Shades of Wedgewood #56758C

Tints of Wedgewood #56758C

Color information

#56758C (or 0x56758C) is unknown color: approx Wedgewood. HEX triplet: 56, 75 and 8C. RGB value is (86,117,140). Sum of RGB (Red+Green+Blue) = 86+117+140=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #56758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56758C is #A98A73. Grayscale: #6E6E6E. Windows color (decimal): -11111028 or 9205078. OLE color: 9205078.

HSL color Cylindrical-coordinate representation of color #56758C: hue angle of 205.56º 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 #56758C is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86117140-
CMYK0.390.1600.45
HSL205.56º23.89%44.31%-
HSV(B)205.56º38.57%54.9%-
XYZ14.9316.5927.23-
YUV110.35144.73110.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=25.07%
G=34.11%
B=40.82%

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
Decimal861171400.390.1600.45205.5623.8944.31
Hex56758C271002Dce182c
Octal12616521447200553163054
Binary10101101110101100011001001111000001011011100111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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