#5B60AE

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

Shades of Rich Blue #5B60AE

Tints of Rich Blue #5B60AE

Color information

#5B60AE (or 0x5B60AE) is unknown color: approx Rich Blue. HEX triplet: 5B, 60 and AE. RGB value is (91,96,174). Sum of RGB (Red+Green+Blue) = 91+96+174=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B60AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B60AE is #A49F51. Grayscale: #676767. Windows color (decimal): -10788690 or 11427931. OLE color: 11427931.

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

Color convert

RGB9196174-
CMYK0.480.4500.32
HSL236.39º33.88%51.96%-
HSV(B)236.39º47.7%68.24%-
XYZ16.1413.6541.83-
YUV103.4167.84119.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.21%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=25.21%
G=26.59%
B=48.20%

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
Decimal91961740.480.4500.32236.3933.8851.96
Hex5B60AE302D020ec2234
Octal13314025660550403544264
Binary1011011110000010101110110000101101010000011101100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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