#577588

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

Shades of Wedgewood #577588

Tints of Wedgewood #577588

Color information

#577588 (or 0x577588) is unknown color: approx Wedgewood. HEX triplet: 57, 75 and 88. RGB value is (87,117,136). Sum of RGB (Red+Green+Blue) = 87+117+136=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #577588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577588 is #A88A77. Grayscale: #6E6E6E. Windows color (decimal): -11045496 or 8942935. OLE color: 8942935.

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

Color convert

RGB87117136-
CMYK0.360.1400.47
HSL203.27º21.97%43.73%-
HSV(B)203.27º36.03%53.33%-
XYZ14.7416.5325.71-
YUV110.2142.56111.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.59%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 136 (53.52% from 255) = 40%
R=25.59%
G=34.41%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871171360.360.1400.47203.2721.9743.73
Hex57758824E02Fcb162c
Octal12716521044160573132654
Binary1010111111010110001000100100111001011111100101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577588; }

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

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

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

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

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

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

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

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