#5651C1

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

Shades of Rich Blue #5651C1

Tints of Rich Blue #5651C1

Color information

#5651C1 (or 0x5651C1) is unknown color: approx Rich Blue. HEX triplet: 56, 51 and C1. RGB value is (86,81,193). Sum of RGB (Red+Green+Blue) = 86+81+193=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #5651C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5651C1 is #A9AE3E. Grayscale: #5E5E5E. Windows color (decimal): -11120191 or 12669270. OLE color: 12669270.

HSL color Cylindrical-coordinate representation of color #5651C1: hue angle of 242.68º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5651C1 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8681193-
CMYK0.550.5800.24
HSL242.68º47.46%53.73%-
HSV(B)242.68º58.03%75.69%-
XYZ16.4111.7151.85-
YUV95.26183.16121.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 193 (75.78% from 255) = 53.61%
R=23.89%
G=22.5%
B=53.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86811930.550.5800.24242.6847.4653.73
Hex5651C1373A018f32f36
Octal12612130167720303635766
Binary101011010100011100000111011111101001100011110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5651C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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