#577087

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

Shades of Wedgewood #577087

Tints of Wedgewood #577087

Color information

#577087 (or 0x577087) is unknown color: approx Wedgewood. HEX triplet: 57, 70 and 87. RGB value is (87,112,135). Sum of RGB (Red+Green+Blue) = 87+112+135=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 135 - color contains mainly: blue. Hex color #577087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577087 is #A88F78. Grayscale: #6B6B6B. Windows color (decimal): -11046777 or 8876119. OLE color: 8876119.

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

Color convert

RGB87112135-
CMYK0.360.1700.47
HSL208.75º21.62%43.53%-
HSV(B)208.75º35.56%52.94%-
XYZ14.115.3625.14-
YUV107.15143.72113.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.05%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 135 (53.12% from 255) = 40.42%
R=26.05%
G=33.53%
B=40.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871121350.360.1700.47208.7521.6243.53
Hex577087241102Fd1162c
Octal12716020744210573212654
Binary10101111110000100001111001001000101011111101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577087; }

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

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

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

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

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

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

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

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