#5B5EC1

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

Shades of Rich Blue #5B5EC1

Tints of Rich Blue #5B5EC1

Color information

#5B5EC1 (or 0x5B5EC1) is unknown color: approx Rich Blue. HEX triplet: 5B, 5E and C1. RGB value is (91,94,193). Sum of RGB (Red+Green+Blue) = 91+94+193=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B5EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5EC1 is #A4A13E. Grayscale: #676767. Windows color (decimal): -10789183 or 12672603. OLE color: 12672603.

HSL color Cylindrical-coordinate representation of color #5B5EC1: hue angle of 238.24º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B5EC1 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9194193-
CMYK0.530.5100.24
HSL238.24º45.13%55.69%-
HSV(B)238.24º52.85%75.69%-
XYZ17.9414.0852.22-
YUV104.39178.01118.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.07%
GREEN value IS 94 (37.11% from 255) = 24.87%
BLUE value IS 193 (75.78% from 255) = 51.06%
R=24.07%
G=24.87%
B=51.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91941930.530.5100.24238.2445.1355.69
Hex5B5EC13533018ee2d38
Octal13313630165630303565570
Binary101101110111101100000111010111001101100011101110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B5EC1; }

 p { color: rgb(91,94,193); }

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

<style>
 a { background-color: #5B5EC1; }

 a { background-color: rgb(91,94,193); }

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

<style>
 span { border-color: #5B5EC1; }

 span { border-color: rgb(91,94,193); }

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