#5E5FAB

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

Shades of Rich Blue #5E5FAB

Tints of Rich Blue #5E5FAB

Color information

#5E5FAB (or 0x5E5FAB) is unknown color: approx Rich Blue. HEX triplet: 5E, 5F and AB. RGB value is (94,95,171). Sum of RGB (Red+Green+Blue) = 94+95+171=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E5FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5FAB is #A1A054. Grayscale: #676767. Windows color (decimal): -10592341 or 11231070. OLE color: 11231070.

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

Color convert

RGB9495171-
CMYK0.450.4400.33
HSL239.22º31.43%51.96%-
HSV(B)239.22º45.03%67.06%-
XYZ16.0613.540.29-
YUV103.36166.17121.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.11%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=26.11%
G=26.39%
B=47.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94951710.450.4400.33239.2231.4351.96
Hex5E5FAB2D2C021ef1f34
Octal13613725355540413573764
Binary101111010111111010101110110110110001000011110111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,95,171); }

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

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

 a { background-color: rgb(94,95,171); }

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

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

 span { border-color: rgb(94,95,171); }

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