Html Css Color HEX #5E59BB Rich Blue

📋 copy color: '#5E59BB'

red 94 ◦ green 89 ◦ blue 187

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

Shades of Rich Blue #5E59BB

Tints of Rich Blue #5E59BB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.05%

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

R = 25.41%
G = 24.05%
B = 50.54%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E59BB (or 0x5E59BB) is known color: Rich Blue. HEX triplet: 5E, 59 and BB. RGB value is (94,89,187). Sum of RGB (Red+Green+Blue) = 94+89+187=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E59BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59BB is #A1A644. Grayscale: #656565. Windows color (decimal): -10593861 or 12278110. OLE color: 12278110.

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

Color convert

RGB 94 89 187 -
CMYK 0.50 0.52 0 0.27
HSL 243.06º 0.42% 0.54% -
HSV(B) 243.06º 0.52% 0.73% -
XYZ 17.16 13.11 48.64 -
YUV 101.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 94 89 187 0.50 0.52 0 0.27 243.06 0.42 0.54
Hex 5E 59 BB 32 34 0 1B F3 2A 36
Octal 136 131 273 62 64 0 33 363 52 66
Binary 1011110 1011001 10111011 110010 110100 0 11011 11110011 101010 110110

Color Harmonies of #5E59BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E59BB

Black with #5E59BB

Text Example


Text Example

White with #5E59BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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