Html Css Color HEX #544DAE Rich Blue

📋 copy color: '#544DAE'

red 84 ◦ green 77 ◦ blue 174

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

Shades of Rich Blue #544DAE

Tints of Rich Blue #544DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 25.07%
G = 22.99%
B = 51.94%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#544DAE (or 0x544DAE) is known color: Rich Blue. HEX triplet: 54, 4D and AE. RGB value is (84,77,174). Sum of RGB (Red+Green+Blue) = 84+77+174=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #544DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544DAE is #ABB251. Grayscale: #595959. Windows color (decimal): -11252306 or 11423060. OLE color: 11423060.

HSL color Cylindrical-coordinate representation of color #544DAE: hue angle of 244.33º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #544DAE is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 77 174 -
CMYK 0.52 0.56 0 0.32
HSL 244.33º 0.39% 0.49% -
HSV(B) 244.33º 0.56% 0.68% -
XYZ 13.95 10.25 41.29 -
YUV 90.15 175.32 123.61 -
System Red Green Blue C M Y K H S L
Decimal 84 77 174 0.52 0.56 0 0.32 244.33 0.39 0.49
Hex 54 4D AE 34 38 0 20 F4 27 31
Octal 124 115 256 64 70 0 40 364 47 61
Binary 1010100 1001101 10101110 110100 111000 0 100000 11110100 100111 110001

Color Harmonies of #544DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544DAE

Black with #544DAE

Text Example


Text Example

White with #544DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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