Html Css Color HEX #5443AB Rich Blue

📋 copy color: '#5443AB'

red 84 ◦ green 67 ◦ blue 171

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

Shades of Rich Blue #5443AB

Tints of Rich Blue #5443AB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

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

R = 26.09%
G = 20.81%
B = 53.11%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5443AB (or 0x5443AB) is known color: Rich Blue. HEX triplet: 54, 43 and AB. RGB value is (84,67,171). Sum of RGB (Red+Green+Blue) = 84+67+171=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #5443AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5443AB is #ABBC54. Grayscale: #535353. Windows color (decimal): -11254869 or 11223892. OLE color: 11223892.

HSL color Cylindrical-coordinate representation of color #5443AB: hue angle of 249.81º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5443AB is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 67 171 -
CMYK 0.51 0.61 0 0.33
HSL 249.81º 0.44% 0.47% -
HSV(B) 249.81º 0.61% 0.67% -
XYZ 13.01 8.84 39.55 -
YUV 83.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 84 67 171 0.51 0.61 0 0.33 249.81 0.44 0.47
Hex 54 43 AB 33 3D 0 21 FA 2C 2F
Octal 124 103 253 63 75 0 41 372 54 57
Binary 1010100 1000011 10101011 110011 111101 0 100001 11111010 101100 101111

Color Harmonies of #5443AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5443AB

Black with #5443AB

Text Example


Text Example

White with #5443AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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