#5B61AA

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

Shades of Rich Blue #5B61AA

Tints of Rich Blue #5B61AA

Color information

#5B61AA (or 0x5B61AA) is unknown color: approx Rich Blue. HEX triplet: 5B, 61 and AA. RGB value is (91,97,170). Sum of RGB (Red+Green+Blue) = 91+97+170=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B61AA is #A49E55. Grayscale: #676767. Windows color (decimal): -10788438 or 11166043. OLE color: 11166043.

HSL color Cylindrical-coordinate representation of color #5B61AA: hue angle of 235.44º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B61AA is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9197170-
CMYK0.460.4300.33
HSL235.44º31.73%51.18%-
HSV(B)235.44º46.47%66.67%-
XYZ15.8413.6839.83-
YUV103.53165.51119.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.42%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=25.42%
G=27.09%
B=47.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91971700.460.4300.33235.4431.7351.18
Hex5B61AA2E2B021eb2033
Octal13314125256530413534063
Binary1011011110000110101010101110101011010000111101011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,97,170); }

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

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

 a { background-color: rgb(91,97,170); }

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

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

 span { border-color: rgb(91,97,170); }

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