#5651BF

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

Shades of Rich Blue #5651BF

Tints of Rich Blue #5651BF

Color information

#5651BF (or 0x5651BF) is unknown color: approx Rich Blue. HEX triplet: 56, 51 and BF. RGB value is (86,81,191). Sum of RGB (Red+Green+Blue) = 86+81+191=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #5651BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5651BF is #A9AE40. Grayscale: #5E5E5E. Windows color (decimal): -11120193 or 12538198. OLE color: 12538198.

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

Color convert

RGB8681191-
CMYK0.550.5800.25
HSL242.73º46.22%53.33%-
HSV(B)242.73º57.59%74.9%-
XYZ16.1811.6250.68-
YUV95.04182.16121.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.02%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 191 (75% from 255) = 53.35%
R=24.02%
G=22.63%
B=53.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86811910.550.5800.25242.7346.2253.33
Hex5651BF373A019f32e35
Octal12612127767720313635665
Binary101011010100011011111111011111101001100111110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5651BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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