#57788E

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

Shades of Wedgewood #57788E

Tints of Wedgewood #57788E

Color information

#57788E (or 0x57788E) is unknown color: approx Wedgewood. HEX triplet: 57, 78 and 8E. RGB value is (87,120,142). Sum of RGB (Red+Green+Blue) = 87+120+142=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #57788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57788E is #A88771. Grayscale: #707070. Windows color (decimal): -11044722 or 9336919. OLE color: 9336919.

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

Color convert

RGB87120142-
CMYK0.390.1500.44
HSL204º24.02%44.9%-
HSV(B)204º38.73%55.69%-
XYZ15.5317.4128.13-
YUV112.64144.57109.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=24.93%
G=34.38%
B=40.69%

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
Decimal871201420.390.1500.4420424.0244.9
Hex57788E27F02Ccc182d
Octal12717021647170543143055
Binary1010111111100010001110100111111101011001100110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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