Html Css Color HEX #534993 Victoria

📋 copy color: '#534993'

red 83 ◦ green 73 ◦ blue 147

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

Shades of Victoria #534993

Tints of Victoria #534993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.51%

R = 27.39%
G = 24.09%
B = 48.51%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#534993 (or 0x534993) is known color: Victoria. HEX triplet: 53, 49 and 93. RGB value is (83,73,147). Sum of RGB (Red+Green+Blue) = 83+73+147=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #534993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534993 is #ACB66C. Grayscale: #545454. Windows color (decimal): -11318893 or 9652563. OLE color: 9652563.

HSL color Cylindrical-coordinate representation of color #534993: hue angle of 248.11º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #534993 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 73 147 -
CMYK 0.44 0.50 0 0.42
HSL 248.11º 0.34% 0.43% -
HSV(B) 248.11º 0.5% 0.58% -
XYZ 11.22 8.71 28.69 -
YUV 84.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 83 73 147 0.44 0.50 0 0.42 248.11 0.34 0.43
Hex 53 49 93 2C 32 0 2A F8 22 2B
Octal 123 111 223 54 62 0 52 370 42 53
Binary 1010011 1001001 10010011 101100 110010 0 101010 11111000 100010 101011

Color Harmonies of #534993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534993

Black with #534993

Text Example


Text Example

White with #534993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534993; }

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

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

background-color css

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

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

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

border-color css

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

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

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