#5641AA

Color #5641AA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5641AA

Tints of Rich Blue #5641AA

Color information

#5641AA (or 0x5641AA) is unknown color: approx Rich Blue. HEX triplet: 56, 41 and AA. RGB value is (86,65,170). Sum of RGB (Red+Green+Blue) = 86+65+170=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #5641AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5641AA is #A9BE55. Grayscale: #525252. Windows color (decimal): -11124310 or 11157846. OLE color: 11157846.

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

Color convert

RGB8665170-
CMYK0.490.6200.33
HSL252º44.68%46.08%-
HSV(B)252º61.76%66.67%-
XYZ12.988.6639.02-
YUV83.25176.96129.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.79%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=26.79%
G=20.25%
B=52.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86651700.490.6200.3325244.6846.08
Hex5641AA313E021fc2d2e
Octal12610125261760413745556
Binary1010110100000110101010110001111110010000111111100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5641AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5641AA;
 }
 .AnyTagClassName
 {
   color: #5641AA;
 }
</style>
background-color css

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

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

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

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

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

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