#5A4EBE

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

Shades of Rich Blue #5A4EBE

Tints of Rich Blue #5A4EBE

Color information

#5A4EBE (or 0x5A4EBE) is unknown color: approx Rich Blue. HEX triplet: 5A, 4E and BE. RGB value is (90,78,190). Sum of RGB (Red+Green+Blue) = 90+78+190=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A4EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4EBE is #A5B141. Grayscale: #5D5D5D. Windows color (decimal): -10858818 or 12471898. OLE color: 12471898.

HSL color Cylindrical-coordinate representation of color #5A4EBE: hue angle of 246.43º degrees, saturation: 0.46, 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 #5A4EBE is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9078190-
CMYK0.530.5900.25
HSL246.43º46.28%52.55%-
HSV(B)246.43º58.95%74.51%-
XYZ16.2411.3450.05-
YUV94.36181.98124.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.14%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 190 (74.61% from 255) = 53.07%
R=25.14%
G=21.79%
B=53.07%

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
Decimal90781900.530.5900.25246.4346.2852.55
Hex5A4EBE353B019f62e35
Octal13211627665730313665665
Binary101101010011101011111011010111101101100111110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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