#5E59BD

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

Shades of Rich Blue #5E59BD

Tints of Rich Blue #5E59BD

Color information

#5E59BD (or 0x5E59BD) is unknown color: approx Rich Blue. HEX triplet: 5E, 59 and BD. RGB value is (94,89,189). Sum of RGB (Red+Green+Blue) = 94+89+189=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E59BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59BD is #A1A642. Grayscale: #656565. Windows color (decimal): -10593859 or 12409182. OLE color: 12409182.

HSL color Cylindrical-coordinate representation of color #5E59BD: hue angle of 243º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E59BD is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9489189-
CMYK0.500.5300.26
HSL243º43.1%54.51%-
HSV(B)243º52.91%74.12%-
XYZ17.3713.249.78-
YUV101.89177.16122.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.27%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 189 (74.22% from 255) = 50.81%
R=25.27%
G=23.92%
B=50.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94891890.500.5300.2624343.154.51
Hex5E59BD323501Af32b37
Octal13613127562650323635367
Binary101111010110011011110111001011010101101011110011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E59BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,89,189); }

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

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

 a { background-color: rgb(94,89,189); }

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

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

 span { border-color: rgb(94,89,189); }

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