Html Css Color HEX #534879 Victoria

📋 copy color: '#534879'

red 83 ◦ green 72 ◦ blue 121

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

Shades of Victoria #534879

Tints of Victoria #534879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

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

R = 30.07%
G = 26.09%
B = 43.84%

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

#534879 (or 0x534879) is known color: Victoria. HEX triplet: 53, 48 and 79. RGB value is (83,72,121). Sum of RGB (Red+Green+Blue) = 83+72+121=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #534879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534879 is #ACB786. Grayscale: #505050. Windows color (decimal): -11319175 or 7948371. OLE color: 7948371.

HSL color Cylindrical-coordinate representation of color #534879: hue angle of 253.47º 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 #534879 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 72 121 -
CMYK 0.31 0.40 0 0.53
HSL 253.47º 0.25% 0.38% -
HSV(B) 253.47º 0.4% 0.47% -
XYZ 9.34 7.85 19.11 -
YUV 80.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 83 72 121 0.31 0.40 0 0.53 253.47 0.25 0.38
Hex 53 48 79 1F 28 0 35 FD 19 26
Octal 123 110 171 37 50 0 65 375 31 46
Binary 1010011 1001000 1111001 11111 101000 0 110101 11111101 11001 100110

Color Harmonies of #534879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534879

Black with #534879

Text Example


Text Example

White with #534879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534879; }

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

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

background-color css

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

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

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

border-color css

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

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

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