#574E94

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

Shades of Victoria #574E94

Tints of Victoria #574E94

Color information

#574E94 (or 0x574E94) is unknown color: approx Victoria. HEX triplet: 57, 4E and 94. RGB value is (87,78,148). Sum of RGB (Red+Green+Blue) = 87+78+148=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #574E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574E94 is #A8B16B. Grayscale: #585858. Windows color (decimal): -11055468 or 9719383. OLE color: 9719383.

HSL color Cylindrical-coordinate representation of color #574E94: hue angle of 247.71º 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 #574E94 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8778148-
CMYK0.410.4700.42
HSL247.71º30.97%44.31%-
HSV(B)247.71º47.3%58.04%-
XYZ129.6129.24-
YUV88.67161.48126.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=27.80%
G=24.92%
B=47.28%

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
Decimal87781480.410.4700.42247.7130.9744.31
Hex574E94292F02Af81f2c
Octal12711622451570523703754
Binary101011110011101001010010100110111101010101111100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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