#5D59AD

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

Shades of Rich Blue #5D59AD

Tints of Rich Blue #5D59AD

Color information

#5D59AD (or 0x5D59AD) is unknown color: approx Rich Blue. HEX triplet: 5D, 59 and AD. RGB value is (93,89,173). Sum of RGB (Red+Green+Blue) = 93+89+173=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 89 (35.16% from 255 or 25.07% 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 #5D59AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D59AD is #A2A652. Grayscale: #636363. Windows color (decimal): -10659411 or 11360605. OLE color: 11360605.

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

Color convert

RGB9389173-
CMYK0.460.4900.32
HSL242.86º33.87%51.37%-
HSV(B)242.86º48.55%67.84%-
XYZ15.6312.4941.12-
YUV99.77169.33123.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.20%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=26.20%
G=25.07%
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
Decimal93891730.460.4900.32242.8633.8751.37
Hex5D59AD2E31020f32233
Octal13513125556610403634263
Binary1011101101100110101101101110110001010000011110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D59AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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