Html Css Color HEX #5441AA Rich Blue

📋 copy color: '#5441AA'

red 84 ◦ green 65 ◦ blue 170

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

Shades of Rich Blue #5441AA

Tints of Rich Blue #5441AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.38%

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

R = 26.33%
G = 20.38%
B = 53.29%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5441AA (or 0x5441AA) is known color: Rich Blue. HEX triplet: 54, 41 and AA. RGB value is (84,65,170). Sum of RGB (Red+Green+Blue) = 84+65+170=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #5441AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5441AA is #ABBE55. Grayscale: #525252. Windows color (decimal): -11255382 or 11157844. OLE color: 11157844.

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

Color convert

RGB 84 65 170 -
CMYK 0.51 0.62 0 0.33
HSL 250.86º 0.45% 0.46% -
HSV(B) 250.86º 0.62% 0.67% -
XYZ 12.8 8.57 39.01 -
YUV 82.65 177.29 128.96 -
System Red Green Blue C M Y K H S L
Decimal 84 65 170 0.51 0.62 0 0.33 250.86 0.45 0.46
Hex 54 41 AA 33 3E 0 21 FB 2D 2E
Octal 124 101 252 63 76 0 41 373 55 56
Binary 1010100 1000001 10101010 110011 111110 0 100001 11111011 101101 101110

Color Harmonies of #5441AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5441AA

Black with #5441AA

Text Example


Text Example

White with #5441AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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