#53467E

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

Shades of Victoria #53467E

Tints of Victoria #53467E

Color information

#53467E (or 0x53467E) is unknown color: approx Victoria. HEX triplet: 53, 46 and 7E. RGB value is (83,70,126). Sum of RGB (Red+Green+Blue) = 83+70+126=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 126 - color contains mainly: blue. Hex color #53467E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53467E is #ACB981. Grayscale: #505050. Windows color (decimal): -11319682 or 8275539. OLE color: 8275539.

HSL color Cylindrical-coordinate representation of color #53467E: hue angle of 253.93º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53467E is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8370126-
CMYK0.340.4400.51
HSL253.93º28.57%38.43%-
HSV(B)253.93º44.44%49.41%-
XYZ9.527.7320.73-
YUV80.27153.81129.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 126 (49.61% from 255) = 45.16%
R=29.75%
G=25.09%
B=45.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83701260.340.4400.51253.9328.5738.43
Hex53467E222C033fe1d26
Octal12310617642540633763546
Binary10100111000110111111010001010110001100111111111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53467E; }

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

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

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

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

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

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

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

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