#574984

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

Shades of Victoria #574984

Tints of Victoria #574984

Color information

#574984 (or 0x574984) is unknown color: approx Victoria. HEX triplet: 57, 49 and 84. RGB value is (87,73,132). Sum of RGB (Red+Green+Blue) = 87+73+132=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #574984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574984 is #A8B67B. Grayscale: #535353. Windows color (decimal): -11056764 or 8669527. OLE color: 8669527.

HSL color Cylindrical-coordinate representation of color #574984: hue angle of 254.24º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574984 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8773132-
CMYK0.340.4500.48
HSL254.24º28.78%40.2%-
HSV(B)254.24º44.7%51.76%-
XYZ10.488.4622.91-
YUV83.91155.14130.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 132 (51.95% from 255) = 45.21%
R=29.79%
G=25%
B=45.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87731320.340.4500.48254.2428.7840.2
Hex574984222D030fe1d28
Octal12711120442550603763550
Binary101011110010011000010010001010110101100001111111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574984; }

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

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

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

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

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

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

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

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