#5640AF

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

Shades of Rich Blue #5640AF

Tints of Rich Blue #5640AF

Color information

#5640AF (or 0x5640AF) is unknown color: approx Rich Blue. HEX triplet: 56, 40 and AF. RGB value is (86,64,175). Sum of RGB (Red+Green+Blue) = 86+64+175=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #5640AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5640AF is #A9BF50. Grayscale: #525252. Windows color (decimal): -11124561 or 11485270. OLE color: 11485270.

HSL color Cylindrical-coordinate representation of color #5640AF: hue angle of 251.89º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5640AF is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8664175-
CMYK0.510.6300.31
HSL251.89º46.44%46.86%-
HSV(B)251.89º63.43%68.63%-
XYZ13.418.7441.54-
YUV83.23179.79129.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 175 (68.75% from 255) = 53.85%
R=26.46%
G=19.69%
B=53.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86641750.510.6300.31251.8946.4446.86
Hex5640AF333F01Ffc2e2f
Octal12610025763770373745657
Binary101011010000001010111111001111111101111111111100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5640AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5640AF; }

 p { color: rgb(86,64,175); }

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

<style>
 a { background-color: #5640AF; }

 a { background-color: rgb(86,64,175); }

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

<style>
 span { border-color: #5640AF; }

 span { border-color: rgb(86,64,175); }

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