#53507C

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

Shades of Victoria #53507C

Tints of Victoria #53507C

Color information

#53507C (or 0x53507C) is unknown color: approx Victoria. HEX triplet: 53, 50 and 7C. RGB value is (83,80,124). Sum of RGB (Red+Green+Blue) = 83+80+124=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #53507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53507C is #ACAF83. Grayscale: #555555. Windows color (decimal): -11317124 or 8147027. OLE color: 8147027.

HSL color Cylindrical-coordinate representation of color #53507C: hue angle of 244.09º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53507C is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8380124-
CMYK0.330.3500.51
HSL244.09º21.57%40%-
HSV(B)244.09º35.48%48.63%-
XYZ10.079.0320.28-
YUV85.91149.49125.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=28.92%
G=27.87%
B=43.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83801240.330.3500.51244.0921.5740
Hex53507C2123033f41628
Octal12312017441430633642650
Binary10100111010000111110010000110001101100111111010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53507C; }

 p { color: rgb(83,80,124); }

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

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

 a { background-color: rgb(83,80,124); }

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

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

 span { border-color: rgb(83,80,124); }

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