#5A54A5

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

Shades of Rich Blue #5A54A5

Tints of Rich Blue #5A54A5

Color information

#5A54A5 (or 0x5A54A5) is unknown color: approx Rich Blue. HEX triplet: 5A, 54 and A5. RGB value is (90,84,165). Sum of RGB (Red+Green+Blue) = 90+84+165=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #5A54A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A54A5 is #A5AB5A. Grayscale: #5E5E5E. Windows color (decimal): -10857307 or 10835034. OLE color: 10835034.

HSL color Cylindrical-coordinate representation of color #5A54A5: hue angle of 244.44º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A54A5 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9084165-
CMYK0.450.4900.35
HSL244.44º32.53%48.82%-
HSV(B)244.44º49.09%64.71%-
XYZ14.1811.2337.02-
YUV95.03167.49124.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.55%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 165 (64.84% from 255) = 48.67%
R=26.55%
G=24.78%
B=48.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90841650.450.4900.35244.4432.5348.82
Hex5A54A52D31023f42131
Octal13212424555610433644161
Binary1011010101010010100101101101110001010001111110100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A54A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,84,165); }

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

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

 a { background-color: rgb(90,84,165); }

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

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

 span { border-color: rgb(90,84,165); }

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