Html Css Color HEX #53467E Victoria

📋 copy color: '#53467E'

red 83 ◦ green 70 ◦ blue 126

#53467E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Victoria #53467E

Tints of Victoria #53467E

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 value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53467E (or 0x53467E) is known color: 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

RGB 83 70 126 -
CMYK 0.34 0.44 0 0.51
HSL 253.93º 0.29% 0.38% -
HSV(B) 253.93º 0.44% 0.49% -
XYZ 9.52 7.73 20.73 -
YUV 80.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 83 70 126 0.34 0.44 0 0.51 253.93 0.29 0.38
Hex 53 46 7E 22 2C 0 33 FE 1D 26
Octal 123 106 176 42 54 0 63 376 35 46
Binary 1010011 1000110 1111110 100010 101100 0 110011 11111110 11101 100110

Color Harmonies of #53467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53467E

Black with #53467E

Text Example


Text Example

White with #53467E

Text Example


Text Example

HTML Codes & Css Web 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>