Html Css Color HEX #544988 Victoria

📋 copy color: '#544988'

red 84 ◦ green 73 ◦ blue 136

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

Shades of Victoria #544988

Tints of Victoria #544988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.42%

R = 28.67%
G = 24.91%
B = 46.42%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#544988 (or 0x544988) is known color: Victoria. HEX triplet: 54, 49 and 88. RGB value is (84,73,136). Sum of RGB (Red+Green+Blue) = 84+73+136=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #544988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544988 is #ABB677. Grayscale: #535353. Windows color (decimal): -11253368 or 8931668. OLE color: 8931668.

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

Color convert

RGB 84 73 136 -
CMYK 0.38 0.46 0 0.47
HSL 250.48º 0.3% 0.41% -
HSV(B) 250.48º 0.46% 0.53% -
XYZ 10.48 8.43 24.37 -
YUV 83.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 84 73 136 0.38 0.46 0 0.47 250.48 0.3 0.41
Hex 54 49 88 26 2E 0 2F FA 1E 29
Octal 124 111 210 46 56 0 57 372 36 51
Binary 1010100 1001001 10001000 100110 101110 0 101111 11111010 11110 101001

Color Harmonies of #544988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544988

Black with #544988

Text Example


Text Example

White with #544988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544988; }

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

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

background-color css

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

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

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

border-color css

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

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

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