Html Css Color HEX #5E50AA Rich Blue

📋 copy color: '#5E50AA'

red 94 ◦ green 80 ◦ blue 170

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

Shades of Rich Blue #5E50AA

Tints of Rich Blue #5E50AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

 BLUE value IS 170 (66.8% from 255) = 49.42%

R = 27.33%
G = 23.26%
B = 49.42%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E50AA (or 0x5E50AA) is known color: Rich Blue. HEX triplet: 5E, 50 and AA. RGB value is (94,80,170). Sum of RGB (Red+Green+Blue) = 94+80+170=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E50AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E50AA is #A1AF55. Grayscale: #5E5E5E. Windows color (decimal): -10596182 or 11161694. OLE color: 11161694.

HSL color Cylindrical-coordinate representation of color #5E50AA: hue angle of 249.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E50AA is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 80 170 -
CMYK 0.45 0.53 0 0.33
HSL 249.33º 0.36% 0.49% -
HSV(B) 249.33º 0.53% 0.67% -
XYZ 14.74 11.02 39.38 -
YUV 94.45 170.64 127.68 -
System Red Green Blue C M Y K H S L
Decimal 94 80 170 0.45 0.53 0 0.33 249.33 0.36 0.49
Hex 5E 50 AA 2D 35 0 21 F9 24 31
Octal 136 120 252 55 65 0 41 371 44 61
Binary 1011110 1010000 10101010 101101 110101 0 100001 11111001 100100 110001

Color Harmonies of #5E50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E50AA

Black with #5E50AA

Text Example


Text Example

White with #5E50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,80,170); }

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

background-color css

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

 a { background-color: rgb(94,80,170); }

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

border-color css

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

 span { border-color: rgb(94,80,170); }

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