#577287

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

Shades of Wedgewood #577287

Tints of Wedgewood #577287

Color information

#577287 (or 0x577287) is unknown color: approx Wedgewood. HEX triplet: 57, 72 and 87. RGB value is (87,114,135). Sum of RGB (Red+Green+Blue) = 87+114+135=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #577287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577287 is #A88D78. Grayscale: #6C6C6C. Windows color (decimal): -11046265 or 8876631. OLE color: 8876631.

HSL color Cylindrical-coordinate representation of color #577287: hue angle of 206.25º 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 #577287 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB87114135-
CMYK0.360.1600.47
HSL206.25º21.62%43.53%-
HSV(B)206.25º35.56%52.94%-
XYZ14.3215.8125.22-
YUV108.32143.05112.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.89%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=25.89%
G=33.93%
B=40.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871141350.360.1600.47206.2521.6243.53
Hex577287241002Fce162c
Octal12716220744200573162654
Binary10101111110010100001111001001000001011111100111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577287; }

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

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

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

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

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

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

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

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