#5A4BBA

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

Shades of Rich Blue #5A4BBA

Tints of Rich Blue #5A4BBA

Color information

#5A4BBA (or 0x5A4BBA) is unknown color: approx Rich Blue. HEX triplet: 5A, 4B and BA. RGB value is (90,75,186). Sum of RGB (Red+Green+Blue) = 90+75+186=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A4BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4BBA is #A5B445. Grayscale: #5B5B5B. Windows color (decimal): -10859590 or 12208986. OLE color: 12208986.

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

Color convert

RGB9075186-
CMYK0.520.6000.27
HSL248.11º44.58%51.18%-
HSV(B)248.11º59.68%72.94%-
XYZ15.610.7547.71-
YUV92.14180.97126.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.64%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=25.64%
G=21.37%
B=52.99%

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
Decimal90751860.520.6000.27248.1144.5851.18
Hex5A4BBA343C01Bf82d33
Octal13211327264740333705563
Binary101101010010111011101011010011110001101111111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,75,186); }

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

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

 a { background-color: rgb(90,75,186); }

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

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

 span { border-color: rgb(90,75,186); }

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