#577182

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

Shades of Wedgewood #577182

Tints of Wedgewood #577182

Color information

#577182 (or 0x577182) is unknown color: approx Wedgewood. HEX triplet: 57, 71 and 82. RGB value is (87,113,130). Sum of RGB (Red+Green+Blue) = 87+113+130=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #577182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577182 is #A88E7D. Grayscale: #6B6B6B. Windows color (decimal): -11046526 or 8548695. OLE color: 8548695.

HSL color Cylindrical-coordinate representation of color #577182: hue angle of 203.72º 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 #577182 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB87113130-
CMYK0.330.1300.49
HSL203.72º19.82%42.55%-
HSV(B)203.72º33.08%50.98%-
XYZ13.8615.4523.37-
YUV107.16140.89113.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=26.36%
G=34.24%
B=39.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871131300.330.1300.49203.7219.8242.55
Hex57718221D031cc142b
Octal12716120241150613142453
Binary1010111111000110000010100001110101100011100110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577182; }

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

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

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

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

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

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

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

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