#577689

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

Shades of Wedgewood #577689

Tints of Wedgewood #577689

Color information

#577689 (or 0x577689) is unknown color: approx Wedgewood. HEX triplet: 57, 76 and 89. RGB value is (87,118,137). Sum of RGB (Red+Green+Blue) = 87+118+137=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #577689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577689 is #A88976. Grayscale: #6E6E6E. Windows color (decimal): -11045239 or 9008727. OLE color: 9008727.

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

Color convert

RGB87118137-
CMYK0.360.1400.46
HSL202.8º22.32%43.92%-
HSV(B)202.8º36.5%53.73%-
XYZ14.9216.7926.12-
YUV110.9142.73110.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=25.44%
G=34.50%
B=40.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871181370.360.1400.46202.822.3243.92
Hex57768924E02Ecb162c
Octal12716621144160563132654
Binary1010111111011010001001100100111001011101100101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577689; }

 p { color: rgb(87,118,137); }

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

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

 a { background-color: rgb(87,118,137); }

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

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

 span { border-color: rgb(87,118,137); }

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