#5A59BD

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

Shades of Rich Blue #5A59BD

Tints of Rich Blue #5A59BD

Color information

#5A59BD (or 0x5A59BD) is unknown color: approx Rich Blue. HEX triplet: 5A, 59 and BD. RGB value is (90,89,189). Sum of RGB (Red+Green+Blue) = 90+89+189=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A59BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A59BD is #A5A642. Grayscale: #646464. Windows color (decimal): -10856003 or 12409178. OLE color: 12409178.

HSL color Cylindrical-coordinate representation of color #5A59BD: hue angle of 240.6º 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 #5A59BD is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9089189-
CMYK0.520.5300.26
HSL240.6º43.1%54.51%-
HSV(B)240.6º52.91%74.12%-
XYZ16.9712.9949.76-
YUV100.7177.83120.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.46%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 189 (74.22% from 255) = 51.36%
R=24.46%
G=24.18%
B=51.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90891890.520.5300.26240.643.154.51
Hex5A59BD343501Af12b37
Octal13213127564650323615367
Binary101101010110011011110111010011010101101011110001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A59BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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