Html Css Color HEX #534982 Victoria

📋 copy color: '#534982'

red 83 ◦ green 73 ◦ blue 130

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

Shades of Victoria #534982

Tints of Victoria #534982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.45%

R = 29.02%
G = 25.52%
B = 45.45%

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

#534982 (or 0x534982) is known color: Victoria. HEX triplet: 53, 49 and 82. RGB value is (83,73,130). Sum of RGB (Red+Green+Blue) = 83+73+130=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #534982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534982 is #ACB67D. Grayscale: #525252. Windows color (decimal): -11318910 or 8538451. OLE color: 8538451.

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

Color convert

RGB 83 73 130 -
CMYK 0.36 0.44 0 0.49
HSL 250.53º 0.28% 0.4% -
HSV(B) 250.53º 0.44% 0.51% -
XYZ 9.98 8.22 22.18 -
YUV 82.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 83 73 130 0.36 0.44 0 0.49 250.53 0.28 0.4
Hex 53 49 82 24 2C 0 31 FB 1C 28
Octal 123 111 202 44 54 0 61 373 34 50
Binary 1010011 1001001 10000010 100100 101100 0 110001 11111011 11100 101000

Color Harmonies of #534982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534982

Black with #534982

Text Example


Text Example

White with #534982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534982; }

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

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

background-color css

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

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

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

border-color css

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

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

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