Html Css Color HEX #534880 Victoria

📋 copy color: '#534880'

red 83 ◦ green 72 ◦ blue 128

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

Shades of Victoria #534880

Tints of Victoria #534880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.23%

R = 29.33%
G = 25.44%
B = 45.23%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#534880 (or 0x534880) is known color: Victoria. HEX triplet: 53, 48 and 80. RGB value is (83,72,128). Sum of RGB (Red+Green+Blue) = 83+72+128=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #534880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534880 is #ACB77F. Grayscale: #515151. Windows color (decimal): -11319168 or 8407123. OLE color: 8407123.

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

Color convert

RGB 83 72 128 -
CMYK 0.35 0.44 0 0.50
HSL 251.79º 0.28% 0.39% -
HSV(B) 251.79º 0.44% 0.5% -
XYZ 9.78 8.03 21.46 -
YUV 81.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 83 72 128 0.35 0.44 0 0.50 251.79 0.28 0.39
Hex 53 48 80 23 2C 0 32 FC 1C 27
Octal 123 110 200 43 54 0 62 374 34 47
Binary 1010011 1001000 10000000 100011 101100 0 110010 11111100 11100 100111

Color Harmonies of #534880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534880

Black with #534880

Text Example


Text Example

White with #534880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534880; }

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

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

background-color css

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

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

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

border-color css

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

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

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