#534885

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

Shades of Victoria #534885

Tints of Victoria #534885

Color information

#534885 (or 0x534885) is unknown color: approx Victoria. HEX triplet: 53, 48 and 85. RGB value is (83,72,133). Sum of RGB (Red+Green+Blue) = 83+72+133=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #534885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534885 is #ACB77A. Grayscale: #525252. Windows color (decimal): -11319163 or 8734803. OLE color: 8734803.

HSL color Cylindrical-coordinate representation of color #534885: hue angle of 250.82º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534885 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8372133-
CMYK0.380.4600.48
HSL250.82º29.76%40.2%-
HSV(B)250.82º45.86%52.16%-
XYZ10.128.1723.23-
YUV82.24156.64128.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=28.82%
G=25%
B=46.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83721330.380.4600.48250.8229.7640.2
Hex534885262E030fb1e28
Octal12311020546560603733650
Binary101001110010001000010110011010111001100001111101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534885; }

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

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

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

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

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

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

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

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