Html Css Color HEX #5E619D Rich Blue

📋 copy color: '#5E619D'

red 94 ◦ green 97 ◦ blue 157

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

Shades of Rich Blue #5E619D

Tints of Rich Blue #5E619D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

 BLUE value IS 157 (61.72% from 255) = 45.11%

R = 27.01%
G = 27.87%
B = 45.11%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E619D (or 0x5E619D) is known color: Rich Blue. HEX triplet: 5E, 61 and 9D. RGB value is (94,97,157). Sum of RGB (Red+Green+Blue) = 94+97+157=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E619D is #A19E62. Grayscale: #666666. Windows color (decimal): -10591843 or 10314078. OLE color: 10314078.

HSL color Cylindrical-coordinate representation of color #5E619D: hue angle of 237.14º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E619D is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 97 157 -
CMYK 0.40 0.38 0 0.38
HSL 237.14º 0.25% 0.49% -
HSV(B) 237.14º 0.4% 0.62% -
XYZ 14.98 13.36 33.69 -
YUV 102.94 158.51 121.62 -
System Red Green Blue C M Y K H S L
Decimal 94 97 157 0.40 0.38 0 0.38 237.14 0.25 0.49
Hex 5E 61 9D 28 26 0 26 ED 19 31
Octal 136 141 235 50 46 0 46 355 31 61
Binary 1011110 1100001 10011101 101000 100110 0 100110 11101101 11001 110001

Color Harmonies of #5E619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E619D

Black with #5E619D

Text Example


Text Example

White with #5E619D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,97,157); }

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

background-color css

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

 a { background-color: rgb(94,97,157); }

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

border-color css

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

 span { border-color: rgb(94,97,157); }

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