#534D90

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

Shades of Victoria #534D90

Tints of Victoria #534D90

Color information

#534D90 (or 0x534D90) is unknown color: approx Victoria. HEX triplet: 53, 4D and 90. RGB value is (83,77,144). Sum of RGB (Red+Green+Blue) = 83+77+144=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #534D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534D90 is #ACB26F. Grayscale: #565656. Windows color (decimal): -11317872 or 9456979. OLE color: 9456979.

HSL color Cylindrical-coordinate representation of color #534D90: hue angle of 245.37º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #534D90 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8377144-
CMYK0.420.4700.44
HSL245.37º30.32%43.33%-
HSV(B)245.37º46.53%56.47%-
XYZ11.269.1627.56-
YUV86.43160.49125.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 144 (56.64% from 255) = 47.37%
R=27.30%
G=25.33%
B=47.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83771440.420.4700.44245.3730.3243.33
Hex534D902A2F02Cf51e2b
Octal12311522052570543653653
Binary101001110011011001000010101010111101011001111010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D90; }

 p { color: rgb(83,77,144); }

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

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

 a { background-color: rgb(83,77,144); }

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

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

 span { border-color: rgb(83,77,144); }

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