#5A63A6

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

Shades of Rich Blue #5A63A6

Tints of Rich Blue #5A63A6

Color information

#5A63A6 (or 0x5A63A6) is unknown color: approx Rich Blue. HEX triplet: 5A, 63 and A6. RGB value is (90,99,166). Sum of RGB (Red+Green+Blue) = 90+99+166=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 166 - color contains mainly: blue. Hex color #5A63A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A63A6 is #A59C59. Grayscale: #676767. Windows color (decimal): -10853466 or 10904410. OLE color: 10904410.

HSL color Cylindrical-coordinate representation of color #5A63A6: hue angle of 232.89º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A63A6 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9099166-
CMYK0.460.4000.35
HSL232.89º29.92%50.2%-
HSV(B)232.89º45.78%65.1%-
XYZ15.5613.8537.93-
YUV103.95163.02118.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 166 (65.23% from 255) = 46.76%
R=25.35%
G=27.89%
B=46.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90991660.460.4000.35232.8929.9250.2
Hex5A63A62E28023e91e32
Octal13214324656500433513662
Binary101101011000111010011010111010100001000111110100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A63A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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