Html Css Color HEX #5441AD Rich Blue

📋 copy color: '#5441AD'

red 84 ◦ green 65 ◦ blue 173

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

Shades of Rich Blue #5441AD

Tints of Rich Blue #5441AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 26.09%
G = 20.19%
B = 53.73%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5441AD (or 0x5441AD) is known color: Rich Blue. HEX triplet: 54, 41 and AD. RGB value is (84,65,173). Sum of RGB (Red+Green+Blue) = 84+65+173=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #5441AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5441AD is #ABBE52. Grayscale: #525252. Windows color (decimal): -11255379 or 11354452. OLE color: 11354452.

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

Color convert

RGB 84 65 173 -
CMYK 0.51 0.62 0 0.32
HSL 250.56º 0.45% 0.47% -
HSV(B) 250.56º 0.62% 0.68% -
XYZ 13.09 8.68 40.52 -
YUV 82.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 84 65 173 0.51 0.62 0 0.32 250.56 0.45 0.47
Hex 54 41 AD 33 3E 0 20 FB 2D 2F
Octal 124 101 255 63 76 0 40 373 55 57
Binary 1010100 1000001 10101101 110011 111110 0 100000 11111011 101101 101111

Color Harmonies of #5441AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5441AD

Black with #5441AD

Text Example


Text Example

White with #5441AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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