Html Css Color HEX #534976 Victoria

📋 copy color: '#534976'

red 83 ◦ green 73 ◦ blue 118

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

Shades of Victoria #534976

Tints of Victoria #534976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

 BLUE value IS 118 (46.48% from 255) = 43.07%

R = 30.29%
G = 26.64%
B = 43.07%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#534976 (or 0x534976) is known color: Victoria. HEX triplet: 53, 49 and 76. RGB value is (83,73,118). Sum of RGB (Red+Green+Blue) = 83+73+118=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #534976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534976 is #ACB689. Grayscale: #505050. Windows color (decimal): -11318922 or 7752019. OLE color: 7752019.

HSL color Cylindrical-coordinate representation of color #534976: hue angle of 253.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #534976 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 73 118 -
CMYK 0.30 0.38 0 0.54
HSL 253.33º 0.24% 0.37% -
HSV(B) 253.33º 0.38% 0.46% -
XYZ 9.22 7.91 18.18 -
YUV 81.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 83 73 118 0.30 0.38 0 0.54 253.33 0.24 0.37
Hex 53 49 76 1E 26 0 36 FD 18 25
Octal 123 111 166 36 46 0 66 375 30 45
Binary 1010011 1001001 1110110 11110 100110 0 110110 11111101 11000 100101

Color Harmonies of #534976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534976

Black with #534976

Text Example


Text Example

White with #534976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534976; }

 p { color: rgb(83,73,118); }

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

background-color css

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

 a { background-color: rgb(83,73,118); }

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

border-color css

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

 span { border-color: rgb(83,73,118); }

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