Html Css Color HEX #534979 Victoria

📋 copy color: '#534979'

red 83 ◦ green 73 ◦ blue 121

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

Shades of Victoria #534979

Tints of Victoria #534979

RGB

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

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

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

R = 29.96%
G = 26.35%
B = 43.68%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#534979 (or 0x534979) is known color: Victoria. HEX triplet: 53, 49 and 79. RGB value is (83,73,121). Sum of RGB (Red+Green+Blue) = 83+73+121=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #534979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534979 is #ACB686. Grayscale: #515151. Windows color (decimal): -11318919 or 7948627. OLE color: 7948627.

HSL color Cylindrical-coordinate representation of color #534979: hue angle of 252.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #534979 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 73 121 -
CMYK 0.31 0.40 0 0.53
HSL 252.5º 0.25% 0.38% -
HSV(B) 252.5º 0.4% 0.47% -
XYZ 9.4 7.98 19.13 -
YUV 81.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 83 73 121 0.31 0.40 0 0.53 252.5 0.25 0.38
Hex 53 49 79 1F 28 0 35 FD 19 26
Octal 123 111 171 37 50 0 65 375 31 46
Binary 1010011 1001001 1111001 11111 101000 0 110101 11111101 11001 100110

Color Harmonies of #534979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534979

Black with #534979

Text Example


Text Example

White with #534979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534979; }

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

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

background-color css

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

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

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

border-color css

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

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

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