#574980

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

Shades of Victoria #574980

Tints of Victoria #574980

Color information

#574980 (or 0x574980) is unknown color: approx Victoria. HEX triplet: 57, 49 and 80. RGB value is (87,73,128). Sum of RGB (Red+Green+Blue) = 87+73+128=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #574980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574980 is #A8B67F. Grayscale: #535353. Windows color (decimal): -11056768 or 8407383. OLE color: 8407383.

HSL color Cylindrical-coordinate representation of color #574980: hue angle of 255.27º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #574980 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8773128-
CMYK0.320.4300.50
HSL255.27º27.36%39.41%-
HSV(B)255.27º42.97%50.2%-
XYZ10.218.3521.5-
YUV83.46153.14130.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 128 (50.39% from 255) = 44.44%
R=30.21%
G=25.35%
B=44.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87731280.320.4300.50255.2727.3639.41
Hex574980202B032ff1b27
Octal12711120040530623773347
Binary101011110010011000000010000010101101100101111111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574980; }

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

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

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

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

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

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

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

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