#5E59AD

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

Shades of Rich Blue #5E59AD

Tints of Rich Blue #5E59AD

Color information

#5E59AD (or 0x5E59AD) is unknown color: approx Rich Blue. HEX triplet: 5E, 59 and AD. RGB value is (94,89,173). Sum of RGB (Red+Green+Blue) = 94+89+173=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E59AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E59AD is #A1A652. Grayscale: #636363. Windows color (decimal): -10593875 or 11360606. OLE color: 11360606.

HSL color Cylindrical-coordinate representation of color #5E59AD: hue angle of 243.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E59AD is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9489173-
CMYK0.460.4900.32
HSL243.57º33.87%51.37%-
HSV(B)243.57º48.55%67.84%-
XYZ15.7312.5441.13-
YUV100.07169.16123.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.40%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=26.40%
G=25%
B=48.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94891730.460.4900.32243.5733.8751.37
Hex5E59AD2E31020f42233
Octal13613125556610403644263
Binary1011110101100110101101101110110001010000011110100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E59AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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