#575484

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

Shades of Victoria #575484

Tints of Victoria #575484

Color information

#575484 (or 0x575484) is unknown color: approx Victoria. HEX triplet: 57, 54 and 84. RGB value is (87,84,132). Sum of RGB (Red+Green+Blue) = 87+84+132=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #575484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575484 is #A8AB7B. Grayscale: #5A5A5A. Windows color (decimal): -11053948 or 8672343. OLE color: 8672343.

HSL color Cylindrical-coordinate representation of color #575484: hue angle of 243.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #575484 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8784132-
CMYK0.340.3600.48
HSL243.75º22.22%42.35%-
HSV(B)243.75º36.36%51.76%-
XYZ11.2710.0323.17-
YUV90.37151.49125.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.71%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=28.71%
G=27.72%
B=43.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87841320.340.3600.48243.7522.2242.35
Hex5754842224030f4162a
Octal12712420442440603642652
Binary101011110101001000010010001010010001100001111010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575484; }

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

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

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

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

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

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

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

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