#574D8A

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

Shades of Victoria #574D8A

Tints of Victoria #574D8A

Color information

#574D8A (or 0x574D8A) is unknown color: approx Victoria. HEX triplet: 57, 4D and 8A. RGB value is (87,77,138). Sum of RGB (Red+Green+Blue) = 87+77+138=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #574D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574D8A is #A8B275. Grayscale: #565656. Windows color (decimal): -11055734 or 9063767. OLE color: 9063767.

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

Color convert

RGB8777138-
CMYK0.370.4400.46
HSL249.84º28.37%42.16%-
HSV(B)249.84º44.2%54.12%-
XYZ11.179.1725.23-
YUV86.94156.81128.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.81%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 138 (54.30% from 255) = 45.70%
R=28.81%
G=25.50%
B=45.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87771380.370.4400.46249.8428.3742.16
Hex574D8A252C02Efa1c2a
Octal12711521245540563723452
Binary101011110011011000101010010110110001011101111101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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