#5A4EBB

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

Shades of Rich Blue #5A4EBB

Tints of Rich Blue #5A4EBB

Color information

#5A4EBB (or 0x5A4EBB) is unknown color: approx Rich Blue. HEX triplet: 5A, 4E and BB. RGB value is (90,78,187). Sum of RGB (Red+Green+Blue) = 90+78+187=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A4EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4EBB is #A5B144. Grayscale: #5D5D5D. Windows color (decimal): -10858821 or 12275290. OLE color: 12275290.

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

Color convert

RGB9078187-
CMYK0.520.5800.27
HSL246.61º44.49%51.96%-
HSV(B)246.61º58.29%73.33%-
XYZ15.9111.2148.34-
YUV94.01180.48125.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=25.35%
G=21.97%
B=52.68%

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
Decimal90781870.520.5800.27246.6144.4951.96
Hex5A4EBB343A01Bf72c34
Octal13211627364720333675464
Binary101101010011101011101111010011101001101111110111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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