#534683

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

Shades of Victoria #534683

Tints of Victoria #534683

Color information

#534683 (or 0x534683) is unknown color: approx Victoria. HEX triplet: 53, 46 and 83. RGB value is (83,70,131). Sum of RGB (Red+Green+Blue) = 83+70+131=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #534683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534683 is #ACB97C. Grayscale: #505050. Windows color (decimal): -11319677 or 8603219. OLE color: 8603219.

HSL color Cylindrical-coordinate representation of color #534683: hue angle of 252.79º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #534683 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8370131-
CMYK0.370.4700.49
HSL252.79º30.35%39.41%-
HSV(B)252.79º46.56%51.37%-
XYZ9.857.8622.47-
YUV80.84156.31129.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=29.23%
G=24.65%
B=46.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83701310.370.4700.49252.7930.3539.41
Hex534683252F031fd1e27
Octal12310620345570613753647
Binary101001110001101000001110010110111101100011111110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534683; }

 p { color: rgb(83,70,131); }

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

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

 a { background-color: rgb(83,70,131); }

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

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

 span { border-color: rgb(83,70,131); }

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