#5647BD

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

Shades of Rich Blue #5647BD

Tints of Rich Blue #5647BD

Color information

#5647BD (or 0x5647BD) is unknown color: approx Rich Blue. HEX triplet: 56, 47 and BD. RGB value is (86,71,189). Sum of RGB (Red+Green+Blue) = 86+71+189=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #5647BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5647BD is #A9B842. Grayscale: #585858. Windows color (decimal): -11122755 or 12404566. OLE color: 12404566.

HSL color Cylindrical-coordinate representation of color #5647BD: hue angle of 247.63º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5647BD is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8671189-
CMYK0.540.6200.26
HSL247.63º47.2%50.98%-
HSV(B)247.63º62.43%74.12%-
XYZ15.2810.1649.3-
YUV88.94184.47125.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 71 (28.12% from 255) = 20.52%
BLUE value IS 189 (74.22% from 255) = 54.62%
R=24.86%
G=20.52%
B=54.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86711890.540.6200.26247.6347.250.98
Hex5647BD363E01Af82f33
Octal12610727566760323705763
Binary101011010001111011110111011011111001101011111000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5647BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5647BD; }

 p { color: rgb(86,71,189); }

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

<style>
 a { background-color: #5647BD; }

 a { background-color: rgb(86,71,189); }

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

<style>
 span { border-color: #5647BD; }

 span { border-color: rgb(86,71,189); }

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