#534880

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

Shades of Victoria #534880

Tints of Victoria #534880

Color information

#534880 (or 0x534880) is unknown color: approx Victoria. HEX triplet: 53, 48 and 80. RGB value is (83,72,128). Sum of RGB (Red+Green+Blue) = 83+72+128=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #534880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534880 is #ACB77F. Grayscale: #515151. Windows color (decimal): -11319168 or 8407123. OLE color: 8407123.

HSL color Cylindrical-coordinate representation of color #534880: hue angle of 251.79º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #534880 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8372128-
CMYK0.350.4400.50
HSL251.79º28%39.22%-
HSV(B)251.79º43.75%50.2%-
XYZ9.788.0321.46-
YUV81.67154.14128.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 128 (50.39% from 255) = 45.23%
R=29.33%
G=25.44%
B=45.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83721280.350.4400.50251.792839.22
Hex534880232C032fc1c27
Octal12311020043540623743447
Binary101001110010001000000010001110110001100101111110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534880; }

 p { color: rgb(83,72,128); }

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

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

 a { background-color: rgb(83,72,128); }

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

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

 span { border-color: rgb(83,72,128); }

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