#5561BA

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

Shades of Rich Blue #5561BA

Tints of Rich Blue #5561BA

Color information

#5561BA (or 0x5561BA) is unknown color: approx Rich Blue. HEX triplet: 55, 61 and BA. RGB value is (85,97,186). Sum of RGB (Red+Green+Blue) = 85+97+186=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 97 (38.28% from 255 or 26.36% 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 #5561BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5561BA is #AA9E45. Grayscale: #676767. Windows color (decimal): -11181638 or 12214613. OLE color: 12214613.

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

Color convert

RGB8597186-
CMYK0.540.4800.27
HSL232.87º42.26%53.14%-
HSV(B)232.87º54.3%72.94%-
XYZ16.8814.0348.27-
YUV103.56174.52114.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 97 (38.28% from 255) = 26.36%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=23.10%
G=26.36%
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
Decimal85971860.540.4800.27232.8742.2653.14
Hex5561BA363001Be92a35
Octal12514127266600333515265
Binary101010111000011011101011011011000001101111101001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5561BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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