#5E56A4

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

Shades of Rich Blue #5E56A4

Tints of Rich Blue #5E56A4

Color information

#5E56A4 (or 0x5E56A4) is unknown color: approx Rich Blue. HEX triplet: 5E, 56 and A4. RGB value is (94,86,164). Sum of RGB (Red+Green+Blue) = 94+86+164=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #5E56A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E56A4 is #A1A95B. Grayscale: #606060. Windows color (decimal): -10594652 or 10770014. OLE color: 10770014.

HSL color Cylindrical-coordinate representation of color #5E56A4: hue angle of 246.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E56A4 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9486164-
CMYK0.430.4800.36
HSL246.15º31.2%49.02%-
HSV(B)246.15º47.56%64.31%-
XYZ14.6411.7236.61-
YUV97.28165.65125.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.33%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 164 (64.45% from 255) = 47.67%
R=27.33%
G=25%
B=47.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94861640.430.4800.36246.1531.249.02
Hex5E56A42B30024f61f31
Octal13612624453600443663761
Binary101111010101101010010010101111000001001001111011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E56A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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