Html Css Color HEX #5E57BA Rich Blue

📋 copy color: '#5E57BA'

red 94 ◦ green 87 ◦ blue 186

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

Shades of Rich Blue #5E57BA

Tints of Rich Blue #5E57BA

RGB

 RED value IS 94 (37.11% from 255) = 25.61%

 GREEN value IS 87 (34.38% from 255) = 23.71%

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 25.61%
G = 23.71%
B = 50.68%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E57BA (or 0x5E57BA) is known color: Rich Blue. HEX triplet: 5E, 57 and BA. RGB value is (94,87,186). Sum of RGB (Red+Green+Blue) = 94+87+186=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E57BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E57BA is #A1A845. Grayscale: #636363. Windows color (decimal): -10594374 or 12212062. OLE color: 12212062.

HSL color Cylindrical-coordinate representation of color #5E57BA: hue angle of 244.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E57BA is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 87 186 -
CMYK 0.49 0.53 0 0.27
HSL 244.24º 0.42% 0.54% -
HSV(B) 244.24º 0.53% 0.73% -
XYZ 16.89 12.74 48.02 -
YUV 100.38 176.32 123.45 -
System Red Green Blue C M Y K H S L
Decimal 94 87 186 0.49 0.53 0 0.27 244.24 0.42 0.54
Hex 5E 57 BA 31 35 0 1B F4 2A 36
Octal 136 127 272 61 65 0 33 364 52 66
Binary 1011110 1010111 10111010 110001 110101 0 11011 11110100 101010 110110

Color Harmonies of #5E57BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E57BA

Black with #5E57BA

Text Example


Text Example

White with #5E57BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,87,186); }

 H1.HeaderClassName
 {
   color: #5E57BA;
 }
 .AnyTagClassName
 {
   color: #5E57BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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