Html Css Color HEX #534579 Victoria

📋 copy color: '#534579'

red 83 ◦ green 69 ◦ blue 121

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

Shades of Victoria #534579

Tints of Victoria #534579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

 BLUE value IS 121 (47.66% from 255) = 44.32%

R = 30.4%
G = 25.27%
B = 44.32%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#534579 (or 0x534579) is known color: Victoria. HEX triplet: 53, 45 and 79. RGB value is (83,69,121). Sum of RGB (Red+Green+Blue) = 83+69+121=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #534579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534579 is #ACBA86. Grayscale: #4E4E4E. Windows color (decimal): -11319943 or 7947603. OLE color: 7947603.

HSL color Cylindrical-coordinate representation of color #534579: hue angle of 256.15º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #534579 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 69 121 -
CMYK 0.31 0.43 0 0.53
HSL 256.15º 0.27% 0.37% -
HSV(B) 256.15º 0.43% 0.47% -
XYZ 9.15 7.48 19.05 -
YUV 79.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 83 69 121 0.31 0.43 0 0.53 256.15 0.27 0.37
Hex 53 45 79 1F 2B 0 35 100 1B 25
Octal 123 105 171 37 53 0 65 400 33 45
Binary 1010011 1000101 1111001 11111 101011 0 110101 100000000 11011 100101

Color Harmonies of #534579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534579

Black with #534579

Text Example


Text Example

White with #534579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534579; }

 p { color: rgb(83,69,121); }

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

background-color css

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

 a { background-color: rgb(83,69,121); }

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

border-color css

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

 span { border-color: rgb(83,69,121); }

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