Html Css Color HEX #5641AB Rich Blue

📋 copy color: '#5641AB'

red 86 ◦ green 65 ◦ blue 171

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

Shades of Rich Blue #5641AB

Tints of Rich Blue #5641AB

RGB

 RED value IS 86 (33.98% from 255) = 26.71%

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

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

R = 26.71%
G = 20.19%
B = 53.11%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5641AB (or 0x5641AB) is known color: Rich Blue. HEX triplet: 56, 41 and AB. RGB value is (86,65,171). Sum of RGB (Red+Green+Blue) = 86+65+171=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 65 (25.78% from 255 or 20.19% 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 #5641AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5641AB is #A9BE54. Grayscale: #525252. Windows color (decimal): -11124309 or 11223382. OLE color: 11223382.

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

Color convert

RGB 86 65 171 -
CMYK 0.50 0.62 0 0.33
HSL 251.89º 0.45% 0.46% -
HSV(B) 251.89º 0.62% 0.67% -
XYZ 13.08 8.7 39.52 -
YUV 83.36 177.46 129.88 -
System Red Green Blue C M Y K H S L
Decimal 86 65 171 0.50 0.62 0 0.33 251.89 0.45 0.46
Hex 56 41 AB 32 3E 0 21 FC 2D 2E
Octal 126 101 253 62 76 0 41 374 55 56
Binary 1010110 1000001 10101011 110010 111110 0 100001 11111100 101101 101110

Color Harmonies of #5641AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5641AB

Black with #5641AB

Text Example


Text Example

White with #5641AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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