Html Css Color HEX #5E59B1 Rich Blue

📋 copy color: '#5E59B1'

red 94 ◦ green 89 ◦ blue 177

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

Shades of Rich Blue #5E59B1

Tints of Rich Blue #5E59B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 49.17%

R = 26.11%
G = 24.72%
B = 49.17%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E59B1 (or 0x5E59B1) is known color: Rich Blue. HEX triplet: 5E, 59 and B1. RGB value is (94,89,177). Sum of RGB (Red+Green+Blue) = 94+89+177=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 177 - color contains mainly: blue. Hex color #5E59B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E59B1 is #A1A64E. Grayscale: #646464. Windows color (decimal): -10593871 or 11622750. OLE color: 11622750.

HSL color Cylindrical-coordinate representation of color #5E59B1: hue angle of 243.41º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E59B1 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 89 177 -
CMYK 0.47 0.50 0 0.31
HSL 243.41º 0.36% 0.52% -
HSV(B) 243.41º 0.5% 0.69% -
XYZ 16.12 12.7 43.2 -
YUV 100.53 171.16 123.34 -
System Red Green Blue C M Y K H S L
Decimal 94 89 177 0.47 0.50 0 0.31 243.41 0.36 0.52
Hex 5E 59 B1 2F 32 0 1F F3 24 34
Octal 136 131 261 57 62 0 37 363 44 64
Binary 1011110 1011001 10110001 101111 110010 0 11111 11110011 100100 110100

Color Harmonies of #5E59B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E59B1

Black with #5E59B1

Text Example


Text Example

White with #5E59B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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