#5A4FBA

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

Shades of Rich Blue #5A4FBA

Tints of Rich Blue #5A4FBA

Color information

#5A4FBA (or 0x5A4FBA) is unknown color: approx Rich Blue. HEX triplet: 5A, 4F and BA. RGB value is (90,79,186). Sum of RGB (Red+Green+Blue) = 90+79+186=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4FBA is #A5B045. Grayscale: #5E5E5E. Windows color (decimal): -10858566 or 12210010. OLE color: 12210010.

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

Color convert

RGB9079186-
CMYK0.520.5800.27
HSL246.17º43.67%51.96%-
HSV(B)246.17º57.53%72.94%-
XYZ15.8811.3147.8-
YUV94.49179.64124.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=25.35%
G=22.25%
B=52.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90791860.520.5800.27246.1743.6751.96
Hex5A4FBA343A01Bf62c34
Octal13211727264720333665464
Binary101101010011111011101011010011101001101111110110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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