#5E559D

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

Shades of Rich Blue #5E559D

Tints of Rich Blue #5E559D

Color information

#5E559D (or 0x5E559D) is unknown color: approx Rich Blue. HEX triplet: 5E, 55 and 9D. RGB value is (94,85,157). Sum of RGB (Red+Green+Blue) = 94+85+157=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E559D is #A1AA62. Grayscale: #5F5F5F. Windows color (decimal): -10594915 or 10311006. OLE color: 10311006.

HSL color Cylindrical-coordinate representation of color #5E559D: hue angle of 247.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E559D is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9485157-
CMYK0.400.4600.38
HSL247.5º29.75%47.45%-
HSV(B)247.5º45.86%61.57%-
XYZ13.9511.3133.35-
YUV95.9162.48126.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.98%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 157 (61.72% from 255) = 46.73%
R=27.98%
G=25.30%
B=46.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94851570.400.4600.38247.529.7547.45
Hex5E559D282E026f81e2f
Octal13612523550560463703657
Binary101111010101011001110110100010111001001101111100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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