#577082

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

Shades of Wedgewood #577082

Tints of Wedgewood #577082

Color information

#577082 (or 0x577082) is unknown color: approx Wedgewood. HEX triplet: 57, 70 and 82. RGB value is (87,112,130). Sum of RGB (Red+Green+Blue) = 87+112+130=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #577082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577082 is #A88F7D. Grayscale: #6A6A6A. Windows color (decimal): -11046782 or 8548439. OLE color: 8548439.

HSL color Cylindrical-coordinate representation of color #577082: hue angle of 205.12º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #577082 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB87112130-
CMYK0.330.1400.49
HSL205.12º19.82%42.55%-
HSV(B)205.12º33.08%50.98%-
XYZ13.7515.2323.33-
YUV106.58141.22114.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.44%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=26.44%
G=34.04%
B=39.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871121300.330.1400.49205.1219.8242.55
Hex57708221E031cd142b
Octal12716020241160613152453
Binary1010111111000010000010100001111001100011100110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577082; }

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

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

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

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

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

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

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

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