#574983

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

Shades of Victoria #574983

Tints of Victoria #574983

Color information

#574983 (or 0x574983) is unknown color: approx Victoria. HEX triplet: 57, 49 and 83. RGB value is (87,73,131). Sum of RGB (Red+Green+Blue) = 87+73+131=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #574983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574983 is #A8B67C. Grayscale: #535353. Windows color (decimal): -11056765 or 8603991. OLE color: 8603991.

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

Color convert

RGB8773131-
CMYK0.340.4400.49
HSL254.48º28.43%40%-
HSV(B)254.48º44.27%51.37%-
XYZ10.418.4322.55-
YUV83.8154.64130.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.90%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=29.90%
G=25.09%
B=45.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87731310.340.4400.49254.4828.4340
Hex574983222C031fe1c28
Octal12711120342540613763450
Binary101011110010011000001110001010110001100011111111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574983; }

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

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

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

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

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

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

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

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