Html Css Color HEX #544877 Victoria

📋 copy color: '#544877'

red 84 ◦ green 72 ◦ blue 119

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

Shades of Victoria #544877

Tints of Victoria #544877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

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

R = 30.55%
G = 26.18%
B = 43.27%

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

#544877 (or 0x544877) is known color: Victoria. HEX triplet: 54, 48 and 77. RGB value is (84,72,119). Sum of RGB (Red+Green+Blue) = 84+72+119=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #544877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544877 is #ABB788. Grayscale: #505050. Windows color (decimal): -11253641 or 7817300. OLE color: 7817300.

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

Color convert

RGB 84 72 119 -
CMYK 0.29 0.39 0 0.53
HSL 255.32º 0.25% 0.37% -
HSV(B) 255.32º 0.39% 0.47% -
XYZ 9.3 7.85 18.48 -
YUV 80.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 84 72 119 0.29 0.39 0 0.53 255.32 0.25 0.37
Hex 54 48 77 1D 27 0 35 FF 19 25
Octal 124 110 167 35 47 0 65 377 31 45
Binary 1010100 1001000 1110111 11101 100111 0 110101 11111111 11001 100101

Color Harmonies of #544877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544877

Black with #544877

Text Example


Text Example

White with #544877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544877; }

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

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

background-color css

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

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

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

border-color css

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

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

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