#574D73

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

Shades of Victoria #574D73

Tints of Victoria #574D73

Color information

#574D73 (or 0x574D73) is unknown color: approx Victoria. HEX triplet: 57, 4D and 73. RGB value is (87,77,115). Sum of RGB (Red+Green+Blue) = 87+77+115=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #574D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D73 is #A8B28C. Grayscale: #545454. Windows color (decimal): -11055757 or 7556439. OLE color: 7556439.

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

Color convert

RGB8777115-
CMYK0.240.3300.55
HSL255.79º19.79%37.65%-
HSV(B)255.79º33.04%45.1%-
XYZ9.688.5717.36-
YUV84.32145.31129.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 77 (30.47% from 255) = 27.60%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=31.18%
G=27.60%
B=41.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87771150.240.3300.55255.7919.7937.65
Hex574D7318210371001426
Octal12711516330410674002446
Binary10101111001101111001111000100001011011110000000010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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