#5E5BAC

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

Shades of Rich Blue #5E5BAC

Tints of Rich Blue #5E5BAC

Color information

#5E5BAC (or 0x5E5BAC) is unknown color: approx Rich Blue. HEX triplet: 5E, 5B and AC. RGB value is (94,91,172). Sum of RGB (Red+Green+Blue) = 94+91+172=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E5BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5BAC is #A1A453. Grayscale: #646464. Windows color (decimal): -10593364 or 11295582. OLE color: 11295582.

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

Color convert

RGB9491172-
CMYK0.450.4700.33
HSL242.22º32.79%51.57%-
HSV(B)242.22º47.09%67.45%-
XYZ15.812.8440.68-
YUV101.13167.99122.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.33%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 172 (67.58% from 255) = 48.18%
R=26.33%
G=25.49%
B=48.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94911720.450.4700.33242.2232.7951.57
Hex5E5BAC2D2F021f22134
Octal13613325455570413624164
Binary1011110101101110101100101101101111010000111110010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,91,172); }

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

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

 a { background-color: rgb(94,91,172); }

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

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

 span { border-color: rgb(94,91,172); }

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