#5A4EBF

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

Shades of Rich Blue #5A4EBF

Tints of Rich Blue #5A4EBF

Color information

#5A4EBF (or 0x5A4EBF) is unknown color: approx Rich Blue. HEX triplet: 5A, 4E and BF. RGB value is (90,78,191). Sum of RGB (Red+Green+Blue) = 90+78+191=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A4EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4EBF is #A5B140. Grayscale: #5E5E5E. Windows color (decimal): -10858817 or 12537434. OLE color: 12537434.

HSL color Cylindrical-coordinate representation of color #5A4EBF: hue angle of 246.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A4EBF is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9078191-
CMYK0.530.5900.25
HSL246.37º46.89%52.75%-
HSV(B)246.37º59.16%74.9%-
XYZ16.3411.3850.63-
YUV94.47182.48124.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.07%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 191 (75% from 255) = 53.20%
R=25.07%
G=21.73%
B=53.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90781910.530.5900.25246.3746.8952.75
Hex5A4EBF353B019f62f35
Octal13211627765730313665765
Binary101101010011101011111111010111101101100111110110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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