#574E73

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

Shades of Victoria #574E73

Tints of Victoria #574E73

Color information

#574E73 (or 0x574E73) is unknown color: approx Victoria. HEX triplet: 57, 4E and 73. RGB value is (87,78,115). Sum of RGB (Red+Green+Blue) = 87+78+115=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #574E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E73 is #A8B18C. Grayscale: #545454. Windows color (decimal): -11055501 or 7556695. OLE color: 7556695.

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

Color convert

RGB8778115-
CMYK0.240.3200.55
HSL254.59º19.17%37.84%-
HSV(B)254.59º32.17%45.1%-
XYZ9.758.7117.39-
YUV84.91144.98129.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=31.07%
G=27.86%
B=41.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87781150.240.3200.55254.5919.1737.84
Hex574E731820037ff1326
Octal12711616330400673772346
Binary1010111100111011100111100010000001101111111111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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