#5A4ABB

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

Shades of Rich Blue #5A4ABB

Tints of Rich Blue #5A4ABB

Color information

#5A4ABB (or 0x5A4ABB) is unknown color: approx Rich Blue. HEX triplet: 5A, 4A and BB. RGB value is (90,74,187). Sum of RGB (Red+Green+Blue) = 90+74+187=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A4ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4ABB is #A5B544. Grayscale: #5B5B5B. Windows color (decimal): -10859845 or 12274266. OLE color: 12274266.

HSL color Cylindrical-coordinate representation of color #5A4ABB: hue angle of 248.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A4ABB is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9074187-
CMYK0.520.6000.27
HSL248.5º45.38%51.18%-
HSV(B)248.5º60.43%73.33%-
XYZ15.6310.6648.25-
YUV91.67181.8126.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.64%
GREEN value IS 74 (29.30% from 255) = 21.08%
BLUE value IS 187 (73.44% from 255) = 53.28%
R=25.64%
G=21.08%
B=53.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90741870.520.6000.27248.545.3851.18
Hex5A4ABB343C01Bf82d33
Octal13211227364740333705563
Binary101101010010101011101111010011110001101111111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,74,187); }

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

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

 a { background-color: rgb(90,74,187); }

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

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

 span { border-color: rgb(90,74,187); }

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