Html Css Color HEX #5E58BB Rich Blue

📋 copy color: '#5E58BB'

red 94 ◦ green 88 ◦ blue 187

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

Shades of Rich Blue #5E58BB

Tints of Rich Blue #5E58BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 25.47%
G = 23.85%
B = 50.68%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E58BB (or 0x5E58BB) is known color: Rich Blue. HEX triplet: 5E, 58 and BB. RGB value is (94,88,187). Sum of RGB (Red+Green+Blue) = 94+88+187=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E58BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58BB is #A1A744. Grayscale: #646464. Windows color (decimal): -10594117 or 12277854. OLE color: 12277854.

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

Color convert

RGB 94 88 187 -
CMYK 0.50 0.53 0 0.27
HSL 243.64º 0.42% 0.54% -
HSV(B) 243.64º 0.53% 0.73% -
XYZ 17.08 12.95 48.61 -
YUV 101.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 94 88 187 0.50 0.53 0 0.27 243.64 0.42 0.54
Hex 5E 58 BB 32 35 0 1B F4 2A 36
Octal 136 130 273 62 65 0 33 364 52 66
Binary 1011110 1011000 10111011 110010 110101 0 11011 11110100 101010 110110

Color Harmonies of #5E58BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E58BB

Black with #5E58BB

Text Example


Text Example

White with #5E58BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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