#5A539F

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

Shades of Rich Blue #5A539F

Tints of Rich Blue #5A539F

Color information

#5A539F (or 0x5A539F) is unknown color: approx Rich Blue. HEX triplet: 5A, 53 and 9F. RGB value is (90,83,159). Sum of RGB (Red+Green+Blue) = 90+83+159=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A539F is #A5AC60. Grayscale: #5D5D5D. Windows color (decimal): -10857569 or 10441562. OLE color: 10441562.

HSL color Cylindrical-coordinate representation of color #5A539F: hue angle of 245.53º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A539F is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9083159-
CMYK0.430.4800.38
HSL245.53º31.4%47.45%-
HSV(B)245.53º47.8%62.35%-
XYZ13.5710.8634.18-
YUV93.76164.82125.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.11%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=27.11%
G=25%
B=47.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90831590.430.4800.38245.5331.447.45
Hex5A539F2B30026f61f2f
Octal13212323753600463663757
Binary101101010100111001111110101111000001001101111011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,83,159); }

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

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

 a { background-color: rgb(90,83,159); }

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

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

 span { border-color: rgb(90,83,159); }

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