Html Css Color HEX #534784 Victoria

📋 copy color: '#534784'

red 83 ◦ green 71 ◦ blue 132

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

Shades of Victoria #534784

Tints of Victoria #534784

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.83%

 BLUE value IS 132 (51.95% from 255) = 46.15%

R = 29.02%
G = 24.83%
B = 46.15%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#534784 (or 0x534784) is known color: Victoria. HEX triplet: 53, 47 and 84. RGB value is (83,71,132). Sum of RGB (Red+Green+Blue) = 83+71+132=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #534784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534784 is #ACB87B. Grayscale: #515151. Windows color (decimal): -11319420 or 8669011. OLE color: 8669011.

HSL color Cylindrical-coordinate representation of color #534784: hue angle of 251.8º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534784 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 71 132 -
CMYK 0.37 0.46 0 0.48
HSL 251.8º 0.3% 0.4% -
HSV(B) 251.8º 0.46% 0.52% -
XYZ 9.99 8.01 22.85 -
YUV 81.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 83 71 132 0.37 0.46 0 0.48 251.8 0.3 0.4
Hex 53 47 84 25 2E 0 30 FC 1E 28
Octal 123 107 204 45 56 0 60 374 36 50
Binary 1010011 1000111 10000100 100101 101110 0 110000 11111100 11110 101000

Color Harmonies of #534784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534784

Black with #534784

Text Example


Text Example

White with #534784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534784; }

 p { color: rgb(83,71,132); }

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

background-color css

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

 a { background-color: rgb(83,71,132); }

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

border-color css

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

 span { border-color: rgb(83,71,132); }

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