#577387

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

Shades of Wedgewood #577387

Tints of Wedgewood #577387

Color information

#577387 (or 0x577387) is unknown color: approx Wedgewood. HEX triplet: 57, 73 and 87. RGB value is (87,115,135). Sum of RGB (Red+Green+Blue) = 87+115+135=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #577387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577387 is #A88C78. Grayscale: #6C6C6C. Windows color (decimal): -11046009 or 8876887. OLE color: 8876887.

HSL color Cylindrical-coordinate representation of color #577387: hue angle of 205º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #577387 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB87115135-
CMYK0.360.1500.47
HSL205º21.62%43.53%-
HSV(B)205º35.56%52.94%-
XYZ14.4316.0425.26-
YUV108.91142.72112.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.82%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=25.82%
G=34.12%
B=40.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871151350.360.1500.4720521.6243.53
Hex57738724F02Fcd162c
Octal12716320744170573152654
Binary1010111111001110000111100100111101011111100110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577387; }

 p { color: rgb(87,115,135); }

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

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

 a { background-color: rgb(87,115,135); }

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

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

 span { border-color: rgb(87,115,135); }

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