#5A63AE

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

Shades of Rich Blue #5A63AE

Tints of Rich Blue #5A63AE

Color information

#5A63AE (or 0x5A63AE) is unknown color: approx Rich Blue. HEX triplet: 5A, 63 and AE. RGB value is (90,99,174). Sum of RGB (Red+Green+Blue) = 90+99+174=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A63AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A63AE is #A59C51. Grayscale: #686868. Windows color (decimal): -10853458 or 11428698. OLE color: 11428698.

HSL color Cylindrical-coordinate representation of color #5A63AE: hue angle of 233.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A63AE is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9099174-
CMYK0.480.4300.32
HSL233.57º34.15%51.76%-
HSV(B)233.57º48.28%68.24%-
XYZ16.3214.1541.92-
YUV104.86167.02117.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.79%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=24.79%
G=27.27%
B=47.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90991740.480.4300.32233.5734.1551.76
Hex5A63AE302B020ea2234
Octal13214325660530403524264
Binary1011010110001110101110110000101011010000011101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A63AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,99,174); }

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

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

 a { background-color: rgb(90,99,174); }

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

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

 span { border-color: rgb(90,99,174); }

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