#5643BA

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

Shades of Rich Blue #5643BA

Tints of Rich Blue #5643BA

Color information

#5643BA (or 0x5643BA) is unknown color: approx Rich Blue. HEX triplet: 56, 43 and BA. RGB value is (86,67,186). Sum of RGB (Red+Green+Blue) = 86+67+186=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #5643BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5643BA is #A9BC45. Grayscale: #555555. Windows color (decimal): -11123782 or 12206934. OLE color: 12206934.

HSL color Cylindrical-coordinate representation of color #5643BA: hue angle of 249.58º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5643BA is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8667186-
CMYK0.540.6400.27
HSL249.58º47.04%49.61%-
HSV(B)249.58º63.98%72.94%-
XYZ14.719.5447.52-
YUV86.25184.29127.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 186 (73.05% from 255) = 54.87%
R=25.37%
G=19.76%
B=54.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86671860.540.6400.27249.5847.0449.61
Hex5643BA364001Bfa2f32
Octal126103272661000333725762
Binary1010110100001110111010110110100000001101111111010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5643BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5643BA; }

 p { color: rgb(86,67,186); }

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

<style>
 a { background-color: #5643BA; }

 a { background-color: rgb(86,67,186); }

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

<style>
 span { border-color: #5643BA; }

 span { border-color: rgb(86,67,186); }

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