Html Css Color HEX #534779 Victoria

📋 copy color: '#534779'

red 83 ◦ green 71 ◦ blue 121

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

Shades of Victoria #534779

Tints of Victoria #534779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

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

R = 30.18%
G = 25.82%
B = 44%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#534779 (or 0x534779) is known color: Victoria. HEX triplet: 53, 47 and 79. RGB value is (83,71,121). Sum of RGB (Red+Green+Blue) = 83+71+121=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #534779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534779 is #ACB886. Grayscale: #505050. Windows color (decimal): -11319431 or 7948115. OLE color: 7948115.

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

Color convert

RGB 83 71 121 -
CMYK 0.31 0.41 0 0.53
HSL 254.4º 0.26% 0.38% -
HSV(B) 254.4º 0.41% 0.47% -
XYZ 9.27 7.73 19.09 -
YUV 80.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 83 71 121 0.31 0.41 0 0.53 254.4 0.26 0.38
Hex 53 47 79 1F 29 0 35 FE 1A 26
Octal 123 107 171 37 51 0 65 376 32 46
Binary 1010011 1000111 1111001 11111 101001 0 110101 11111110 11010 100110

Color Harmonies of #534779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534779

Black with #534779

Text Example


Text Example

White with #534779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534779; }

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

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

background-color css

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

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

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

border-color css

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

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

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