#5A60AE

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

Shades of Rich Blue #5A60AE

Tints of Rich Blue #5A60AE

Color information

#5A60AE (or 0x5A60AE) is unknown color: approx Rich Blue. HEX triplet: 5A, 60 and AE. RGB value is (90,96,174). Sum of RGB (Red+Green+Blue) = 90+96+174=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A60AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A60AE is #A59F51. Grayscale: #666666. Windows color (decimal): -10854226 or 11427930. OLE color: 11427930.

HSL color Cylindrical-coordinate representation of color #5A60AE: hue angle of 235.71º 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 #5A60AE is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9096174-
CMYK0.480.4500.32
HSL235.71º34.15%51.76%-
HSV(B)235.71º48.28%68.24%-
XYZ16.0413.641.82-
YUV103.1168.01118.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=25%
G=26.67%
B=48.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90961740.480.4500.32235.7134.1551.76
Hex5A60AE302D020ec2234
Octal13214025660550403544264
Binary1011010110000010101110110000101101010000011101100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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