Html Css Color HEX #53467C Victoria

📋 copy color: '#53467C'

red 83 ◦ green 70 ◦ blue 124

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

Shades of Victoria #53467C

Tints of Victoria #53467C

RGB

 RED value IS 83 (32.81% from 255) = 29.96%

 GREEN value IS 70 (27.73% from 255) = 25.27%

 BLUE value IS 124 (48.83% from 255) = 44.77%

R = 29.96%
G = 25.27%
B = 44.77%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53467C (or 0x53467C) is known color: Victoria. HEX triplet: 53, 46 and 7C. RGB value is (83,70,124). Sum of RGB (Red+Green+Blue) = 83+70+124=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #53467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53467C is #ACB983. Grayscale: #4F4F4F. Windows color (decimal): -11319684 or 8144467. OLE color: 8144467.

HSL color Cylindrical-coordinate representation of color #53467C: hue angle of 254.44º degrees, saturation: 0.28, 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 #53467C is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 70 124 -
CMYK 0.33 0.44 0 0.51
HSL 254.44º 0.28% 0.38% -
HSV(B) 254.44º 0.44% 0.49% -
XYZ 9.4 7.67 20.05 -
YUV 80.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 83 70 124 0.33 0.44 0 0.51 254.44 0.28 0.38
Hex 53 46 7C 21 2C 0 33 FE 1C 26
Octal 123 106 174 41 54 0 63 376 34 46
Binary 1010011 1000110 1111100 100001 101100 0 110011 11111110 11100 100110

Color Harmonies of #53467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53467C

Black with #53467C

Text Example


Text Example

White with #53467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53467C;
 }
 .AnyTagClassName
 {
   color: #53467C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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