Html Css Color HEX #534981 Victoria

📋 copy color: '#534981'

red 83 ◦ green 73 ◦ blue 129

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

Shades of Victoria #534981

Tints of Victoria #534981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.26%

R = 29.12%
G = 25.61%
B = 45.26%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#534981 (or 0x534981) is known color: Victoria. HEX triplet: 53, 49 and 81. RGB value is (83,73,129). Sum of RGB (Red+Green+Blue) = 83+73+129=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #534981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534981 is #ACB67E. Grayscale: #525252. Windows color (decimal): -11318911 or 8472915. OLE color: 8472915.

HSL color Cylindrical-coordinate representation of color #534981: hue angle of 250.71º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #534981 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 73 129 -
CMYK 0.36 0.43 0 0.49
HSL 250.71º 0.28% 0.4% -
HSV(B) 250.71º 0.43% 0.51% -
XYZ 9.91 8.19 21.83 -
YUV 82.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 83 73 129 0.36 0.43 0 0.49 250.71 0.28 0.4
Hex 53 49 81 24 2B 0 31 FB 1C 28
Octal 123 111 201 44 53 0 61 373 34 50
Binary 1010011 1001001 10000001 100100 101011 0 110001 11111011 11100 101000

Color Harmonies of #534981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534981

Black with #534981

Text Example


Text Example

White with #534981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534981; }

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

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

background-color css

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

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

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

border-color css

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

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

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