#5A5EC0

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

Shades of Rich Blue #5A5EC0

Tints of Rich Blue #5A5EC0

Color information

#5A5EC0 (or 0x5A5EC0) is unknown color: approx Rich Blue. HEX triplet: 5A, 5E and C0. RGB value is (90,94,192). Sum of RGB (Red+Green+Blue) = 90+94+192=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #5A5EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5EC0 is #A5A13F. Grayscale: #676767. Windows color (decimal): -10854720 or 12607066. OLE color: 12607066.

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

Color convert

RGB9094192-
CMYK0.530.5100.25
HSL237.65º44.74%55.29%-
HSV(B)237.65º53.12%75.29%-
XYZ17.7313.9851.63-
YUV103.98177.67118.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.94%
GREEN value IS 94 (37.11% from 255) = 25%
BLUE value IS 192 (75.39% from 255) = 51.06%
R=23.94%
G=25%
B=51.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90941920.530.5100.25237.6544.7455.29
Hex5A5EC03533019ee2d37
Octal13213630065630313565567
Binary101101010111101100000011010111001101100111101110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,94,192); }

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

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

 a { background-color: rgb(90,94,192); }

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

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

 span { border-color: rgb(90,94,192); }

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