#574982

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

Shades of Victoria #574982

Tints of Victoria #574982

Color information

#574982 (or 0x574982) is unknown color: approx Victoria. HEX triplet: 57, 49 and 82. RGB value is (87,73,130). Sum of RGB (Red+Green+Blue) = 87+73+130=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #574982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574982 is #A8B67D. Grayscale: #535353. Windows color (decimal): -11056766 or 8538455. OLE color: 8538455.

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

Color convert

RGB8773130-
CMYK0.330.4400.49
HSL254.74º28.08%39.8%-
HSV(B)254.74º43.85%50.98%-
XYZ10.348.422.2-
YUV83.68154.14130.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 130 (51.17% from 255) = 44.83%
R=30%
G=25.17%
B=44.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87731300.330.4400.49254.7428.0839.8
Hex574982212C031ff1c28
Octal12711120241540613773450
Binary101011110010011000001010000110110001100011111111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574982; }

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

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

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

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

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

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

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

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