#5E5EBE

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

Shades of Rich Blue #5E5EBE

Tints of Rich Blue #5E5EBE

Color information

#5E5EBE (or 0x5E5EBE) is unknown color: approx Rich Blue. HEX triplet: 5E, 5E and BE. RGB value is (94,94,190). Sum of RGB (Red+Green+Blue) = 94+94+190=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E5EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5EBE is #A1A141. Grayscale: #686868. Windows color (decimal): -10592578 or 12475998. OLE color: 12475998.

HSL color Cylindrical-coordinate representation of color #5E5EBE: hue angle of 240º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E5EBE is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9494190-
CMYK0.510.5100.25
HSL240º42.48%55.69%-
HSV(B)240º50.53%74.51%-
XYZ17.9114.150.49-
YUV104.94176120.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.87%
GREEN value IS 94 (37.11% from 255) = 24.87%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=24.87%
G=24.87%
B=50.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94941900.510.5100.2524042.4855.69
Hex5E5EBE3333019f02a38
Octal13613627663630313605270
Binary101111010111101011111011001111001101100111110000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,94,190); }

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

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

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

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

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

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

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