Html Css Color HEX #544D77 Victoria

📋 copy color: '#544D77'

red 84 ◦ green 77 ◦ blue 119

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

Shades of Victoria #544D77

Tints of Victoria #544D77

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.5%

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

R = 30%
G = 27.5%
B = 42.5%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#544D77 (or 0x544D77) is known color: Victoria. HEX triplet: 54, 4D and 77. RGB value is (84,77,119). Sum of RGB (Red+Green+Blue) = 84+77+119=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #544D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D77 is #ABB288. Grayscale: #535353. Windows color (decimal): -11252361 or 7818580. OLE color: 7818580.

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

Color convert

RGB 84 77 119 -
CMYK 0.29 0.35 0 0.53
HSL 250º 0.21% 0.38% -
HSV(B) 250º 0.35% 0.47% -
XYZ 9.64 8.52 18.59 -
YUV 83.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 84 77 119 0.29 0.35 0 0.53 250 0.21 0.38
Hex 54 4D 77 1D 23 0 35 FA 15 26
Octal 124 115 167 35 43 0 65 372 25 46
Binary 1010100 1001101 1110111 11101 100011 0 110101 11111010 10101 100110

Color Harmonies of #544D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544D77

Black with #544D77

Text Example


Text Example

White with #544D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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