Html Css Color HEX #534980 Victoria

📋 copy color: '#534980'

red 83 ◦ green 73 ◦ blue 128

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

Shades of Victoria #534980

Tints of Victoria #534980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.07%

R = 29.23%
G = 25.7%
B = 45.07%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#534980 (or 0x534980) is known color: Victoria. HEX triplet: 53, 49 and 80. RGB value is (83,73,128). Sum of RGB (Red+Green+Blue) = 83+73+128=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #534980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534980 is #ACB67F. Grayscale: #525252. Windows color (decimal): -11318912 or 8407379. OLE color: 8407379.

HSL color Cylindrical-coordinate representation of color #534980: hue angle of 250.91º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #534980 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 73 128 -
CMYK 0.35 0.43 0 0.50
HSL 250.91º 0.27% 0.39% -
HSV(B) 250.91º 0.43% 0.5% -
XYZ 9.85 8.16 21.48 -
YUV 82.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 83 73 128 0.35 0.43 0 0.50 250.91 0.27 0.39
Hex 53 49 80 23 2B 0 32 FB 1B 27
Octal 123 111 200 43 53 0 62 373 33 47
Binary 1010011 1001001 10000000 100011 101011 0 110010 11111011 11011 100111

Color Harmonies of #534980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534980

Black with #534980

Text Example


Text Example

White with #534980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534980; }

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

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

background-color css

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

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

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

border-color css

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

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

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