#5644BE

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

Shades of Rich Blue #5644BE

Tints of Rich Blue #5644BE

Color information

#5644BE (or 0x5644BE) is unknown color: approx Rich Blue. HEX triplet: 56, 44 and BE. RGB value is (86,68,190). Sum of RGB (Red+Green+Blue) = 86+68+190=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #5644BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5644BE is #A9BB41. Grayscale: #565656. Windows color (decimal): -11123522 or 12469334. OLE color: 12469334.

HSL color Cylindrical-coordinate representation of color #5644BE: hue angle of 248.85º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5644BE is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8668190-
CMYK0.550.6400.25
HSL248.85º48.41%50.59%-
HSV(B)248.85º64.21%74.51%-
XYZ15.29.8349.81-
YUV87.29185.96127.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=25%
G=19.77%
B=55.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86681900.550.6400.25248.8548.4150.59
Hex5644BE3740019f93033
Octal126104276671000313716063
Binary1010110100010010111110110111100000001100111111001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5644BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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