Html Css Color HEX #534983 Victoria

📋 copy color: '#534983'

red 83 ◦ green 73 ◦ blue 131

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

Shades of Victoria #534983

Tints of Victoria #534983

RGB

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

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

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

R = 28.92%
G = 25.44%
B = 45.64%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#534983 (or 0x534983) is known color: Victoria. HEX triplet: 53, 49 and 83. RGB value is (83,73,131). Sum of RGB (Red+Green+Blue) = 83+73+131=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #534983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534983 is #ACB67C. Grayscale: #525252. Windows color (decimal): -11318909 or 8603987. OLE color: 8603987.

HSL color Cylindrical-coordinate representation of color #534983: hue angle of 250.34º 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 #534983 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 73 131 -
CMYK 0.37 0.44 0 0.49
HSL 250.34º 0.28% 0.4% -
HSV(B) 250.34º 0.44% 0.51% -
XYZ 10.05 8.24 22.53 -
YUV 82.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 83 73 131 0.37 0.44 0 0.49 250.34 0.28 0.4
Hex 53 49 83 25 2C 0 31 FA 1C 28
Octal 123 111 203 45 54 0 61 372 34 50
Binary 1010011 1001001 10000011 100101 101100 0 110001 11111010 11100 101000

Color Harmonies of #534983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534983

Black with #534983

Text Example


Text Example

White with #534983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534983; }

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

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

background-color css

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

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

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

border-color css

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

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

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