Html Css Color HEX #5441AB Rich Blue

📋 copy color: '#5441AB'

red 84 ◦ green 65 ◦ blue 171

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

Shades of Rich Blue #5441AB

Tints of Rich Blue #5441AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.44%

R = 26.25%
G = 20.31%
B = 53.44%

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

#5441AB (or 0x5441AB) is known color: Rich Blue. HEX triplet: 54, 41 and AB. RGB value is (84,65,171). Sum of RGB (Red+Green+Blue) = 84+65+171=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #5441AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5441AB is #ABBE54. Grayscale: #525252. Windows color (decimal): -11255381 or 11223380. OLE color: 11223380.

HSL color Cylindrical-coordinate representation of color #5441AB: hue angle of 250.75º 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 #5441AB is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 65 171 -
CMYK 0.51 0.62 0 0.33
HSL 250.75º 0.45% 0.46% -
HSV(B) 250.75º 0.62% 0.67% -
XYZ 12.9 8.61 39.51 -
YUV 82.77 177.79 128.88 -
System Red Green Blue C M Y K H S L
Decimal 84 65 171 0.51 0.62 0 0.33 250.75 0.45 0.46
Hex 54 41 AB 33 3E 0 21 FB 2D 2E
Octal 124 101 253 63 76 0 41 373 55 56
Binary 1010100 1000001 10101011 110011 111110 0 100001 11111011 101101 101110

Color Harmonies of #5441AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5441AB

Black with #5441AB

Text Example


Text Example

White with #5441AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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