Html Css Color HEX #5E56AA Rich Blue

📋 copy color: '#5E56AA'

red 94 ◦ green 86 ◦ blue 170

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

Shades of Rich Blue #5E56AA

Tints of Rich Blue #5E56AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

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

R = 26.86%
G = 24.57%
B = 48.57%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E56AA (or 0x5E56AA) is known color: Rich Blue. HEX triplet: 5E, 56 and AA. RGB value is (94,86,170). Sum of RGB (Red+Green+Blue) = 94+86+170=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E56AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E56AA is #A1A955. Grayscale: #616161. Windows color (decimal): -10594646 or 11163230. OLE color: 11163230.

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

Color convert

RGB 94 86 170 -
CMYK 0.45 0.49 0 0.33
HSL 245.71º 0.33% 0.5% -
HSV(B) 245.71º 0.49% 0.67% -
XYZ 15.2 11.94 39.53 -
YUV 97.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 94 86 170 0.45 0.49 0 0.33 245.71 0.33 0.5
Hex 5E 56 AA 2D 31 0 21 F6 21 32
Octal 136 126 252 55 61 0 41 366 41 62
Binary 1011110 1010110 10101010 101101 110001 0 100001 11110110 100001 110010

Color Harmonies of #5E56AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E56AA

Black with #5E56AA

Text Example


Text Example

White with #5E56AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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