Html Css Color HEX #544987 Victoria

📋 copy color: '#544987'

red 84 ◦ green 73 ◦ blue 135

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

Shades of Victoria #544987

Tints of Victoria #544987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.23%

R = 28.77%
G = 25%
B = 46.23%

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

#544987 (or 0x544987) is known color: Victoria. HEX triplet: 54, 49 and 87. RGB value is (84,73,135). Sum of RGB (Red+Green+Blue) = 84+73+135=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #544987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544987 is #ABB678. Grayscale: #535353. Windows color (decimal): -11253369 or 8866132. OLE color: 8866132.

HSL color Cylindrical-coordinate representation of color #544987: hue angle of 250.65º 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 #544987 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 73 135 -
CMYK 0.38 0.46 0 0.47
HSL 250.65º 0.3% 0.41% -
HSV(B) 250.65º 0.46% 0.53% -
XYZ 10.41 8.4 23.99 -
YUV 83.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 84 73 135 0.38 0.46 0 0.47 250.65 0.3 0.41
Hex 54 49 87 26 2E 0 2F FB 1E 29
Octal 124 111 207 46 56 0 57 373 36 51
Binary 1010100 1001001 10000111 100110 101110 0 101111 11111011 11110 101001

Color Harmonies of #544987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544987

Black with #544987

Text Example


Text Example

White with #544987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544987; }

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

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

background-color css

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

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

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

border-color css

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

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

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