#5E5BBB

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

Shades of Rich Blue #5E5BBB

Tints of Rich Blue #5E5BBB

Color information

#5E5BBB (or 0x5E5BBB) is unknown color: approx Rich Blue. HEX triplet: 5E, 5B and BB. RGB value is (94,91,187). Sum of RGB (Red+Green+Blue) = 94+91+187=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E5BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5BBB is #A1A444. Grayscale: #666666. Windows color (decimal): -10593349 or 12278622. OLE color: 12278622.

HSL color Cylindrical-coordinate representation of color #5E5BBB: hue angle of 241.88º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E5BBB is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9491187-
CMYK0.500.5100.27
HSL241.88º41.38%54.51%-
HSV(B)241.88º51.34%73.33%-
XYZ17.3313.4548.7-
YUV102.84175.49121.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.27%
GREEN value IS 91 (35.94% from 255) = 24.46%
BLUE value IS 187 (73.44% from 255) = 50.27%
R=25.27%
G=24.46%
B=50.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94911870.500.5100.27241.8841.3854.51
Hex5E5BBB323301Bf22937
Octal13613327362630333625167
Binary101111010110111011101111001011001101101111110010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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