#5644AB

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

Shades of Rich Blue #5644AB

Tints of Rich Blue #5644AB

Color information

#5644AB (or 0x5644AB) is unknown color: approx Rich Blue. HEX triplet: 56, 44 and AB. RGB value is (86,68,171). Sum of RGB (Red+Green+Blue) = 86+68+171=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #5644AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5644AB is #A9BB54. Grayscale: #545454. Windows color (decimal): -11123541 or 11224150. OLE color: 11224150.

HSL color Cylindrical-coordinate representation of color #5644AB: hue angle of 250.49º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5644AB is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8668171-
CMYK0.500.6000.33
HSL250.49º43.1%46.86%-
HSV(B)250.49º60.23%67.06%-
XYZ13.269.0539.58-
YUV85.12176.46128.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=26.46%
G=20.92%
B=52.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86681710.500.6000.33250.4943.146.86
Hex5644AB323C021fa2b2f
Octal12610425362740413725357
Binary1010110100010010101011110010111100010000111111010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5644AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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