#5649AD

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

Shades of Rich Blue #5649AD

Tints of Rich Blue #5649AD

Color information

#5649AD (or 0x5649AD) is unknown color: approx Rich Blue. HEX triplet: 56, 49 and AD. RGB value is (86,73,173). Sum of RGB (Red+Green+Blue) = 86+73+173=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #5649AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5649AD is #A9B652. Grayscale: #575757. Windows color (decimal): -11122259 or 11356502. OLE color: 11356502.

HSL color Cylindrical-coordinate representation of color #5649AD: hue angle of 247.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5649AD is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8673173-
CMYK0.500.5800.32
HSL247.8º40.65%48.24%-
HSV(B)247.8º57.8%67.84%-
XYZ13.769.7640.69-
YUV88.29175.81126.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=25.90%
G=21.99%
B=52.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86731730.500.5800.32247.840.6548.24
Hex5649AD323A020f82930
Octal12611125562720403705160
Binary1010110100100110101101110010111010010000011111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5649AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5649AD; }

 p { color: rgb(86,73,173); }

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

<style>
 a { background-color: #5649AD; }

 a { background-color: rgb(86,73,173); }

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

<style>
 span { border-color: #5649AD; }

 span { border-color: rgb(86,73,173); }

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