Html Css Color HEX #534881 Victoria

📋 copy color: '#534881'

red 83 ◦ green 72 ◦ blue 129

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

Shades of Victoria #534881

Tints of Victoria #534881

RGB

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

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

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

R = 29.23%
G = 25.35%
B = 45.42%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#534881 (or 0x534881) is known color: Victoria. HEX triplet: 53, 48 and 81. RGB value is (83,72,129). Sum of RGB (Red+Green+Blue) = 83+72+129=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #534881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534881 is #ACB77E. Grayscale: #515151. Windows color (decimal): -11319167 or 8472659. OLE color: 8472659.

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

Color convert

RGB 83 72 129 -
CMYK 0.36 0.44 0 0.49
HSL 251.58º 0.28% 0.39% -
HSV(B) 251.58º 0.44% 0.51% -
XYZ 9.85 8.06 21.81 -
YUV 81.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 83 72 129 0.36 0.44 0 0.49 251.58 0.28 0.39
Hex 53 48 81 24 2C 0 31 FC 1C 27
Octal 123 110 201 44 54 0 61 374 34 47
Binary 1010011 1001000 10000001 100100 101100 0 110001 11111100 11100 100111

Color Harmonies of #534881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534881

Black with #534881

Text Example


Text Example

White with #534881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534881; }

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

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

background-color css

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

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

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

border-color css

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

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

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