#5E55AA

Color #5E55AA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5E55AA

Tints of Rich Blue #5E55AA

Color information

#5E55AA (or 0x5E55AA) is unknown color: approx Rich Blue. HEX triplet: 5E, 55 and AA. RGB value is (94,85,170). Sum of RGB (Red+Green+Blue) = 94+85+170=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E55AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E55AA is #A1AA55. Grayscale: #616161. Windows color (decimal): -10594902 or 11162974. OLE color: 11162974.

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

Color convert

RGB9485170-
CMYK0.450.5000.33
HSL246.35º33.33%50%-
HSV(B)246.35º50%66.67%-
XYZ15.1211.7839.51-
YUV97.38168.98125.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.93%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=26.93%
G=24.36%
B=48.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94851700.450.5000.33246.3533.3350
Hex5E55AA2D32021f62132
Octal13612525255620413664162
Binary1011110101010110101010101101110010010000111110110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E55AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E55AA;
 }
 .AnyTagClassName
 {
   color: #5E55AA;
 }
</style>
background-color css

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

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

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

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

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

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