#574E8A

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

Shades of Victoria #574E8A

Tints of Victoria #574E8A

Color information

#574E8A (or 0x574E8A) is unknown color: approx Victoria. HEX triplet: 57, 4E and 8A. RGB value is (87,78,138). Sum of RGB (Red+Green+Blue) = 87+78+138=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #574E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574E8A is #A8B175. Grayscale: #575757. Windows color (decimal): -11055478 or 9064023. OLE color: 9064023.

HSL color Cylindrical-coordinate representation of color #574E8A: hue angle of 249º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #574E8A is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8778138-
CMYK0.370.4300.46
HSL249º27.78%42.35%-
HSV(B)249º43.48%54.12%-
XYZ11.249.3125.25-
YUV87.53156.48127.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.71%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=28.71%
G=25.74%
B=45.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87781380.370.4300.4624927.7842.35
Hex574E8A252B02Ef91c2a
Octal12711621245530563713452
Binary101011110011101000101010010110101101011101111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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