#5661BA

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

Shades of Rich Blue #5661BA

Tints of Rich Blue #5661BA

Color information

#5661BA (or 0x5661BA) is unknown color: approx Rich Blue. HEX triplet: 56, 61 and BA. RGB value is (86,97,186). Sum of RGB (Red+Green+Blue) = 86+97+186=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #5661BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5661BA is #A99E45. Grayscale: #676767. Windows color (decimal): -11116102 or 12214614. OLE color: 12214614.

HSL color Cylindrical-coordinate representation of color #5661BA: hue angle of 233.4º 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 #5661BA is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8697186-
CMYK0.540.4800.27
HSL233.4º42.02%53.33%-
HSV(B)233.4º53.76%72.94%-
XYZ16.9814.0748.28-
YUV103.86174.36115.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.31%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=23.31%
G=26.29%
B=50.41%

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
Decimal86971860.540.4800.27233.442.0253.33
Hex5661BA363001Be92a35
Octal12614127266600333515265
Binary101011011000011011101011011011000001101111101001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5661BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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