Html Css Color HEX #5E59BA Rich Blue

📋 copy color: '#5E59BA'

red 94 ◦ green 89 ◦ blue 186

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

Shades of Rich Blue #5E59BA

Tints of Rich Blue #5E59BA

RGB

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

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

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

R = 25.47%
G = 24.12%
B = 50.41%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E59BA (or 0x5E59BA) is known color: Rich Blue. HEX triplet: 5E, 59 and BA. RGB value is (94,89,186). Sum of RGB (Red+Green+Blue) = 94+89+186=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E59BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59BA is #A1A645. Grayscale: #656565. Windows color (decimal): -10593862 or 12212574. OLE color: 12212574.

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

Color convert

RGB 94 89 186 -
CMYK 0.49 0.52 0 0.27
HSL 243.09º 0.41% 0.54% -
HSV(B) 243.09º 0.52% 0.73% -
XYZ 17.05 13.07 48.08 -
YUV 101.55 175.66 122.61 -
System Red Green Blue C M Y K H S L
Decimal 94 89 186 0.49 0.52 0 0.27 243.09 0.41 0.54
Hex 5E 59 BA 31 34 0 1B F3 29 36
Octal 136 131 272 61 64 0 33 363 51 66
Binary 1011110 1011001 10111010 110001 110100 0 11011 11110011 101001 110110

Color Harmonies of #5E59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E59BA

Black with #5E59BA

Text Example


Text Example

White with #5E59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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