#5e56b8

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

Shades of Rich Blue #5E56B8

Tints of Rich Blue #5E56B8

Color information

#5E56B8 (or 0x5E56B8) is unknown color: approx Rich Blue. HEX triplet: 5E, 56 and B8. RGB value is (94,86,184). Sum of RGB (Red+Green+Blue) = 94+86+184=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 184 (72.27% from 255 or 50.55% from 364); Max value from RGB is 184 - color contains mainly: blue. Hex color #5E56B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E56B8 is #A1A947. Grayscale: #636363. Windows color (decimal): -10594632 or 12080734. OLE color: 12080734.

HSL color Cylindrical-coordinate representation of color #5E56B8: hue angle of 244.9º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E56B8 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9486184-
CMYK0.490.5300.28
HSL244.9º40.83%52.94%-
HSV(B)244.9º53.26%72.16%-
XYZ16.612.546.88-
YUV99.56175.65124.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.82%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 184 (72.27% from 255) = 50.55%
R=25.82%
G=23.63%
B=50.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal94861840.490.5300.28244.940.8352.94
Hex5E56B8313501Cf52935
Octal13612627061650343655165
Binary101111010101101011100011000111010101110011110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e56b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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