#577283

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

Shades of Wedgewood #577283

Tints of Wedgewood #577283

Color information

#577283 (or 0x577283) is unknown color: approx Wedgewood. HEX triplet: 57, 72 and 83. RGB value is (87,114,131). Sum of RGB (Red+Green+Blue) = 87+114+131=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #577283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577283 is #A88D7C. Grayscale: #6B6B6B. Windows color (decimal): -11046269 or 8614487. OLE color: 8614487.

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

Color convert

RGB87114131-
CMYK0.340.1300.49
HSL203.18º20.18%42.75%-
HSV(B)203.18º33.59%51.37%-
XYZ14.0415.723.76-
YUV107.86141.05113.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.20%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=26.20%
G=34.34%
B=39.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871141310.340.1300.49203.1820.1842.75
Hex57728322D031cb142b
Octal12716220342150613132453
Binary1010111111001010000011100010110101100011100101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577283; }

 p { color: rgb(87,114,131); }

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

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

 a { background-color: rgb(87,114,131); }

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

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

 span { border-color: rgb(87,114,131); }

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