#575478

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

Shades of Victoria #575478

Tints of Victoria #575478

Color information

#575478 (or 0x575478) is unknown color: approx Victoria. HEX triplet: 57, 54 and 78. RGB value is (87,84,120). Sum of RGB (Red+Green+Blue) = 87+84+120=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: blue. Hex color #575478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575478 is #A8AB87. Grayscale: #585858. Windows color (decimal): -11053960 or 7885911. OLE color: 7885911.

HSL color Cylindrical-coordinate representation of color #575478: hue angle of 245º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #575478 is Cyan = 0.28, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8784120-
CMYK0.280.300.53
HSL245º17.65%40%-
HSV(B)245º30%47.06%-
XYZ10.499.7219.09-
YUV89145.49126.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.90%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 120 (47.27% from 255) = 41.24%
R=29.90%
G=28.87%
B=41.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87841200.280.300.5324517.6540
Hex5754781C1E035f51228
Octal12712417034360653652250
Binary101011110101001111000111001111001101011111010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575478; }

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

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

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

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

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

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

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

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