#574E95

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

Shades of Victoria #574E95

Tints of Victoria #574E95

Color information

#574E95 (or 0x574E95) is unknown color: approx Victoria. HEX triplet: 57, 4E and 95. RGB value is (87,78,149). Sum of RGB (Red+Green+Blue) = 87+78+149=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #574E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574E95 is #A8B16A. Grayscale: #585858. Windows color (decimal): -11055467 or 9784919. OLE color: 9784919.

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

Color convert

RGB8778149-
CMYK0.420.4800.42
HSL247.61º31.28%44.51%-
HSV(B)247.61º47.65%58.43%-
XYZ12.089.6429.66-
YUV88.78161.98126.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.71%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 149 (58.59% from 255) = 47.45%
R=27.71%
G=24.84%
B=47.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87781490.420.4800.42247.6131.2844.51
Hex574E952A3002Af81f2d
Octal12711622552600523703755
Binary101011110011101001010110101011000001010101111100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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