Html Css Color HEX #534683 Victoria

📋 copy color: '#534683'

red 83 ◦ green 70 ◦ blue 131

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

Shades of Victoria #534683

Tints of Victoria #534683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 29.23%
G = 24.65%
B = 46.13%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#534683 (or 0x534683) is known color: Victoria. HEX triplet: 53, 46 and 83. RGB value is (83,70,131). Sum of RGB (Red+Green+Blue) = 83+70+131=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #534683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534683 is #ACB97C. Grayscale: #505050. Windows color (decimal): -11319677 or 8603219. OLE color: 8603219.

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

Color convert

RGB 83 70 131 -
CMYK 0.37 0.47 0 0.49
HSL 252.79º 0.3% 0.39% -
HSV(B) 252.79º 0.47% 0.51% -
XYZ 9.85 7.86 22.47 -
YUV 80.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 83 70 131 0.37 0.47 0 0.49 252.79 0.3 0.39
Hex 53 46 83 25 2F 0 31 FD 1E 27
Octal 123 106 203 45 57 0 61 375 36 47
Binary 1010011 1000110 10000011 100101 101111 0 110001 11111101 11110 100111

Color Harmonies of #534683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534683

Black with #534683

Text Example


Text Example

White with #534683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534683; }

 p { color: rgb(83,70,131); }

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

background-color css

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

 a { background-color: rgb(83,70,131); }

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

border-color css

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

 span { border-color: rgb(83,70,131); }

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