#574F90

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

Shades of Victoria #574F90

Tints of Victoria #574F90

Color information

#574F90 (or 0x574F90) is unknown color: approx Victoria. HEX triplet: 57, 4F and 90. RGB value is (87,79,144). Sum of RGB (Red+Green+Blue) = 87+79+144=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #574F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574F90 is #A8B06F. Grayscale: #585858. Windows color (decimal): -11055216 or 9457495. OLE color: 9457495.

HSL color Cylindrical-coordinate representation of color #574F90: hue angle of 247.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574F90 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8779144-
CMYK0.400.4500.44
HSL247.38º29.15%43.73%-
HSV(B)247.38º45.14%56.47%-
XYZ11.769.6327.62-
YUV88.8159.15126.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.06%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=28.06%
G=25.48%
B=46.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87791440.400.4500.44247.3829.1543.73
Hex574F90282D02Cf71d2c
Octal12711722050550543673554
Binary101011110011111001000010100010110101011001111011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574F90; }

 p { color: rgb(87,79,144); }

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

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

 a { background-color: rgb(87,79,144); }

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

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

 span { border-color: rgb(87,79,144); }

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