#5A4EA4

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

Shades of Rich Blue #5A4EA4

Tints of Rich Blue #5A4EA4

Color information

#5A4EA4 (or 0x5A4EA4) is unknown color: approx Rich Blue. HEX triplet: 5A, 4E and A4. RGB value is (90,78,164). Sum of RGB (Red+Green+Blue) = 90+78+164=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 164 (64.45% from 255 or 49.40% from 332); Max value from RGB is 164 - color contains mainly: blue. Hex color #5A4EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4EA4 is #A5B15B. Grayscale: #5B5B5B. Windows color (decimal): -10858844 or 10767962. OLE color: 10767962.

HSL color Cylindrical-coordinate representation of color #5A4EA4: hue angle of 248.37º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A4EA4 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9078164-
CMYK0.450.5200.36
HSL248.37º35.54%47.45%-
HSV(B)248.37º52.44%64.31%-
XYZ13.6410.336.39-
YUV91.39168.98127.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.11%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 164 (64.45% from 255) = 49.40%
R=27.11%
G=23.49%
B=49.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90781640.450.5200.36248.3735.5447.45
Hex5A4EA42D34024f8242f
Octal13211624455640443704457
Binary1011010100111010100100101101110100010010011111000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,78,164); }

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

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

 a { background-color: rgb(90,78,164); }

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

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

 span { border-color: rgb(90,78,164); }

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