#574F78

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

Shades of Victoria #574F78

Tints of Victoria #574F78

Color information

#574F78 (or 0x574F78) is unknown color: approx Victoria. HEX triplet: 57, 4F and 78. RGB value is (87,79,120). Sum of RGB (Red+Green+Blue) = 87+79+120=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #574F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F78 is #A8B087. Grayscale: #555555. Windows color (decimal): -11055240 or 7884631. OLE color: 7884631.

HSL color Cylindrical-coordinate representation of color #574F78: hue angle of 251.71º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #574F78 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8779120-
CMYK0.280.3400.53
HSL251.71º20.6%39.02%-
HSV(B)251.71º34.17%47.06%-
XYZ10.128.9718.97-
YUV86.07147.15128.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.42%
GREEN value IS 79 (31.25% from 255) = 27.62%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=30.42%
G=27.62%
B=41.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87791200.280.3400.53251.7120.639.02
Hex574F781C22035fc1527
Octal12711717034420653742547
Binary1010111100111111110001110010001001101011111110010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,79,120); }

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

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

 a { background-color: rgb(87,79,120); }

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

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

 span { border-color: rgb(87,79,120); }

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