Html Css Color HEX #5E5EBE Rich Blue

📋 copy color: '#5E5EBE'

red 94 ◦ green 94 ◦ blue 190

#5E5EBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5E5EBE

Tints of Rich Blue #5E5EBE

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 value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E5EBE (or 0x5E5EBE) is known color: 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

RGB 94 94 190 -
CMYK 0.51 0.51 0 0.25
HSL 240º 0.42% 0.56% -
HSV(B) 240º 0.51% 0.75% -
XYZ 17.91 14.1 50.49 -
YUV 104.94 176 120.19 -
System Red Green Blue C M Y K H S L
Decimal 94 94 190 0.51 0.51 0 0.25 240 0.42 0.56
Hex 5E 5E BE 33 33 0 19 F0 2A 38
Octal 136 136 276 63 63 0 31 360 52 70
Binary 1011110 1011110 10111110 110011 110011 0 11001 11110000 101010 111000

Color Harmonies of #5E5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5EBE

Black with #5E5EBE

Text Example


Text Example

White with #5E5EBE

Text Example


Text Example

HTML Codes & Css Web 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>