#574E93

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

Shades of Victoria #574E93

Tints of Victoria #574E93

Color information

#574E93 (or 0x574E93) is unknown color: approx Victoria. HEX triplet: 57, 4E and 93. RGB value is (87,78,147). Sum of RGB (Red+Green+Blue) = 87+78+147=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #574E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574E93 is #A8B16C. Grayscale: #585858. Windows color (decimal): -11055469 or 9653847. OLE color: 9653847.

HSL color Cylindrical-coordinate representation of color #574E93: hue angle of 247.83º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #574E93 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8778147-
CMYK0.410.4700.42
HSL247.83º30.67%44.12%-
HSV(B)247.83º46.94%57.65%-
XYZ11.929.5828.82-
YUV88.56160.98126.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.88%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=27.88%
G=25%
B=47.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87781470.410.4700.42247.8330.6744.12
Hex574E93292F02Af81f2c
Octal12711622351570523703754
Binary101011110011101001001110100110111101010101111100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,78,147); }

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

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

 a { background-color: rgb(87,78,147); }

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

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

 span { border-color: rgb(87,78,147); }

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