#577589

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

Shades of Wedgewood #577589

Tints of Wedgewood #577589

Color information

#577589 (or 0x577589) is unknown color: approx Wedgewood. HEX triplet: 57, 75 and 89. RGB value is (87,117,137). Sum of RGB (Red+Green+Blue) = 87+117+137=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #577589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577589 is #A88A76. Grayscale: #6E6E6E. Windows color (decimal): -11045495 or 9008471. OLE color: 9008471.

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

Color convert

RGB87117137-
CMYK0.360.1500.46
HSL204º22.32%43.92%-
HSV(B)204º36.5%53.73%-
XYZ14.8116.5526.08-
YUV110.31143.06111.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=25.51%
G=34.31%
B=40.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871171370.360.1500.4620422.3243.92
Hex57758924F02Ecc162c
Octal12716521144170563142654
Binary1010111111010110001001100100111101011101100110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577589; }

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

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

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

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

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

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

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

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