#574A8C

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

Shades of Victoria #574A8C

Tints of Victoria #574A8C

Color information

#574A8C (or 0x574A8C) is unknown color: approx Victoria. HEX triplet: 57, 4A and 8C. RGB value is (87,74,140). Sum of RGB (Red+Green+Blue) = 87+74+140=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #574A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574A8C is #A8B573. Grayscale: #555555. Windows color (decimal): -11056500 or 9194071. OLE color: 9194071.

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

Color convert

RGB8774140-
CMYK0.380.4700.45
HSL251.82º30.84%41.96%-
HSV(B)251.82º47.14%54.9%-
XYZ11.118.8225.93-
YUV85.41158.81129.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.90%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 140 (55.08% from 255) = 46.51%
R=28.90%
G=24.58%
B=46.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87741400.380.4700.45251.8230.8441.96
Hex574A8C262F02Dfc1f2a
Octal12711221446570553743752
Binary101011110010101000110010011010111101011011111110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,140); }

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

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

 a { background-color: rgb(87,74,140); }

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

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

 span { border-color: rgb(87,74,140); }

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