Html Css Color HEX #5449AA Rich Blue

📋 copy color: '#5449AA'

red 84 ◦ green 73 ◦ blue 170

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

Shades of Rich Blue #5449AA

Tints of Rich Blue #5449AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 25.69%
G = 22.32%
B = 51.99%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5449AA (or 0x5449AA) is known color: Rich Blue. HEX triplet: 54, 49 and AA. RGB value is (84,73,170). Sum of RGB (Red+Green+Blue) = 84+73+170=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #5449AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5449AA is #ABB655. Grayscale: #565656. Windows color (decimal): -11253334 or 11159892. OLE color: 11159892.

HSL color Cylindrical-coordinate representation of color #5449AA: hue angle of 246.8º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5449AA is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 73 170 -
CMYK 0.51 0.57 0 0.33
HSL 246.8º 0.4% 0.48% -
HSV(B) 246.8º 0.57% 0.67% -
XYZ 13.29 9.55 39.17 -
YUV 87.35 174.64 125.61 -
System Red Green Blue C M Y K H S L
Decimal 84 73 170 0.51 0.57 0 0.33 246.8 0.4 0.48
Hex 54 49 AA 33 39 0 21 F7 28 30
Octal 124 111 252 63 71 0 41 367 50 60
Binary 1010100 1001001 10101010 110011 111001 0 100001 11110111 101000 110000

Color Harmonies of #5449AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5449AA

Black with #5449AA

Text Example


Text Example

White with #5449AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5449AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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