#5660BA

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

Shades of Rich Blue #5660BA

Tints of Rich Blue #5660BA

Color information

#5660BA (or 0x5660BA) is unknown color: approx Rich Blue. HEX triplet: 56, 60 and BA. RGB value is (86,96,186). Sum of RGB (Red+Green+Blue) = 86+96+186=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #5660BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5660BA is #A99F45. Grayscale: #666666. Windows color (decimal): -11116358 or 12214358. OLE color: 12214358.

HSL color Cylindrical-coordinate representation of color #5660BA: hue angle of 234º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5660BA is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8696186-
CMYK0.540.4800.27
HSL234º42.02%53.33%-
HSV(B)234º53.76%72.94%-
XYZ16.8813.8948.25-
YUV103.27174.69115.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=23.37%
G=26.09%
B=50.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86961860.540.4800.2723442.0253.33
Hex5660BA363001Bea2a35
Octal12614027266600333525265
Binary101011011000001011101011011011000001101111101010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5660BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5660BA; }

 p { color: rgb(86,96,186); }

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

<style>
 a { background-color: #5660BA; }

 a { background-color: rgb(86,96,186); }

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

<style>
 span { border-color: #5660BA; }

 span { border-color: rgb(86,96,186); }

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