Html Css Color HEX #544993 Victoria

📋 copy color: '#544993'

red 84 ◦ green 73 ◦ blue 147

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

Shades of Victoria #544993

Tints of Victoria #544993

RGB

 RED value IS 84 (33.2% from 255) = 27.63%

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

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

R = 27.63%
G = 24.01%
B = 48.36%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#544993 (or 0x544993) is known color: Victoria. HEX triplet: 54, 49 and 93. RGB value is (84,73,147). Sum of RGB (Red+Green+Blue) = 84+73+147=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #544993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544993 is #ABB66C. Grayscale: #545454. Windows color (decimal): -11253357 or 9652564. OLE color: 9652564.

HSL color Cylindrical-coordinate representation of color #544993: hue angle of 248.92º 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 #544993 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 73 147 -
CMYK 0.43 0.50 0 0.42
HSL 248.92º 0.34% 0.43% -
HSV(B) 248.92º 0.5% 0.58% -
XYZ 11.31 8.76 28.7 -
YUV 84.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 84 73 147 0.43 0.50 0 0.42 248.92 0.34 0.43
Hex 54 49 93 2B 32 0 2A F9 22 2B
Octal 124 111 223 53 62 0 52 371 42 53
Binary 1010100 1001001 10010011 101011 110010 0 101010 11111001 100010 101011

Color Harmonies of #544993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544993

Black with #544993

Text Example


Text Example

White with #544993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544993; }

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

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

background-color css

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

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

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

border-color css

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

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

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