Html Css Color HEX #5E649D Rich Blue

📋 copy color: '#5E649D'

red 94 ◦ green 100 ◦ blue 157

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

Shades of Rich Blue #5E649D

Tints of Rich Blue #5E649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.49%

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

R = 26.78%
G = 28.49%
B = 44.73%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E649D (or 0x5E649D) is known color: Rich Blue. HEX triplet: 5E, 64 and 9D. RGB value is (94,100,157). Sum of RGB (Red+Green+Blue) = 94+100+157=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E649D is #A19B62. Grayscale: #686868. Windows color (decimal): -10591075 or 10314846. OLE color: 10314846.

HSL color Cylindrical-coordinate representation of color #5E649D: hue angle of 234.29º 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 #5E649D is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 100 157 -
CMYK 0.40 0.36 0 0.38
HSL 234.29º 0.25% 0.49% -
HSV(B) 234.29º 0.4% 0.62% -
XYZ 15.26 13.93 33.78 -
YUV 104.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 94 100 157 0.40 0.36 0 0.38 234.29 0.25 0.49
Hex 5E 64 9D 28 24 0 26 EA 19 31
Octal 136 144 235 50 44 0 46 352 31 61
Binary 1011110 1100100 10011101 101000 100100 0 100110 11101010 11001 110001

Color Harmonies of #5E649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E649D

Black with #5E649D

Text Example


Text Example

White with #5E649D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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