Html Css Color HEX #5441AC Rich Blue

📋 copy color: '#5441AC'

red 84 ◦ green 65 ◦ blue 172

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

Shades of Rich Blue #5441AC

Tints of Rich Blue #5441AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.58%

R = 26.17%
G = 20.25%
B = 53.58%

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

#5441AC (or 0x5441AC) is known color: Rich Blue. HEX triplet: 54, 41 and AC. RGB value is (84,65,172). Sum of RGB (Red+Green+Blue) = 84+65+172=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #5441AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5441AC is #ABBE53. Grayscale: #525252. Windows color (decimal): -11255380 or 11288916. OLE color: 11288916.

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

Color convert

RGB 84 65 172 -
CMYK 0.51 0.62 0 0.33
HSL 250.65º 0.45% 0.46% -
HSV(B) 250.65º 0.62% 0.67% -
XYZ 12.99 8.64 40.01 -
YUV 82.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 84 65 172 0.51 0.62 0 0.33 250.65 0.45 0.46
Hex 54 41 AC 33 3E 0 21 FB 2D 2E
Octal 124 101 254 63 76 0 41 373 55 56
Binary 1010100 1000001 10101100 110011 111110 0 100001 11111011 101101 101110

Color Harmonies of #5441AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5441AC

Black with #5441AC

Text Example


Text Example

White with #5441AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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