#5648BF

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

Shades of Rich Blue #5648BF

Tints of Rich Blue #5648BF

Color information

#5648BF (or 0x5648BF) is unknown color: approx Rich Blue. HEX triplet: 56, 48 and BF. RGB value is (86,72,191). Sum of RGB (Red+Green+Blue) = 86+72+191=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #5648BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5648BF is #A9B740. Grayscale: #595959. Windows color (decimal): -11122497 or 12535894. OLE color: 12535894.

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

Color convert

RGB8672191-
CMYK0.550.6200.25
HSL247.06º48.18%51.57%-
HSV(B)247.06º62.3%74.9%-
XYZ15.5610.3750.47-
YUV89.75185.14125.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 191 (75% from 255) = 54.73%
R=24.64%
G=20.63%
B=54.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86721910.550.6200.25247.0648.1851.57
Hex5648BF373E019f73034
Octal12611027767760313676064
Binary101011010010001011111111011111111001100111110111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5648BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5648BF; }

 p { color: rgb(86,72,191); }

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

<style>
 a { background-color: #5648BF; }

 a { background-color: rgb(86,72,191); }

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

<style>
 span { border-color: #5648BF; }

 span { border-color: rgb(86,72,191); }

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