#5E58AD

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

Shades of Rich Blue #5E58AD

Tints of Rich Blue #5E58AD

Color information

#5E58AD (or 0x5E58AD) is unknown color: approx Rich Blue. HEX triplet: 5E, 58 and AD. RGB value is (94,88,173). Sum of RGB (Red+Green+Blue) = 94+88+173=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E58AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E58AD is #A1A752. Grayscale: #636363. Windows color (decimal): -10594131 or 11360350. OLE color: 11360350.

HSL color Cylindrical-coordinate representation of color #5E58AD: hue angle of 244.24º 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 #5E58AD is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9488173-
CMYK0.460.4900.32
HSL244.24º34.14%51.18%-
HSV(B)244.24º49.13%67.84%-
XYZ15.6512.3841.1-
YUV99.48169.49124.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.48%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=26.48%
G=24.79%
B=48.73%

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
Decimal94881730.460.4900.32244.2434.1451.18
Hex5E58AD2E31020f42233
Octal13613025556610403644263
Binary1011110101100010101101101110110001010000011110100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E58AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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