Html Css Color HEX #5E58BA Rich Blue

📋 copy color: '#5E58BA'

red 94 ◦ green 88 ◦ blue 186

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

Shades of Rich Blue #5E58BA

Tints of Rich Blue #5E58BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.91%

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

R = 25.54%
G = 23.91%
B = 50.54%

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

#5E58BA (or 0x5E58BA) is known color: Rich Blue. HEX triplet: 5E, 58 and BA. RGB value is (94,88,186). Sum of RGB (Red+Green+Blue) = 94+88+186=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E58BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58BA is #A1A745. Grayscale: #646464. Windows color (decimal): -10594118 or 12212318. OLE color: 12212318.

HSL color Cylindrical-coordinate representation of color #5E58BA: hue angle of 243.67º 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 #5E58BA is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 88 186 -
CMYK 0.49 0.53 0 0.27
HSL 243.67º 0.42% 0.54% -
HSV(B) 243.67º 0.53% 0.73% -
XYZ 16.97 12.9 48.05 -
YUV 100.97 175.99 123.03 -
System Red Green Blue C M Y K H S L
Decimal 94 88 186 0.49 0.53 0 0.27 243.67 0.42 0.54
Hex 5E 58 BA 31 35 0 1B F4 2A 36
Octal 136 130 272 61 65 0 33 364 52 66
Binary 1011110 1011000 10111010 110001 110101 0 11011 11110100 101010 110110

Color Harmonies of #5E58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E58BA

Black with #5E58BA

Text Example


Text Example

White with #5E58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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