Html Css Color HEX #544977 Victoria

📋 copy color: '#544977'

red 84 ◦ green 73 ◦ blue 119

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

Shades of Victoria #544977

Tints of Victoria #544977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 30.43%
G = 26.45%
B = 43.12%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#544977 (or 0x544977) is known color: Victoria. HEX triplet: 54, 49 and 77. RGB value is (84,73,119). Sum of RGB (Red+Green+Blue) = 84+73+119=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #544977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544977 is #ABB688. Grayscale: #515151. Windows color (decimal): -11253385 or 7817556. OLE color: 7817556.

HSL color Cylindrical-coordinate representation of color #544977: hue angle of 254.35º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #544977 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 73 119 -
CMYK 0.29 0.39 0 0.53
HSL 254.35º 0.24% 0.38% -
HSV(B) 254.35º 0.39% 0.47% -
XYZ 9.37 7.98 18.5 -
YUV 81.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 84 73 119 0.29 0.39 0 0.53 254.35 0.24 0.38
Hex 54 49 77 1D 27 0 35 FE 18 26
Octal 124 111 167 35 47 0 65 376 30 46
Binary 1010100 1001001 1110111 11101 100111 0 110101 11111110 11000 100110

Color Harmonies of #544977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544977

Black with #544977

Text Example


Text Example

White with #544977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544977; }

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

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

background-color css

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

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

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

border-color css

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

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

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