#5561BB

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

Shades of Rich Blue #5561BB

Tints of Rich Blue #5561BB

Color information

#5561BB (or 0x5561BB) is unknown color: approx Rich Blue. HEX triplet: 55, 61 and BB. RGB value is (85,97,187). Sum of RGB (Red+Green+Blue) = 85+97+187=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #5561BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5561BB is #AA9E44. Grayscale: #676767. Windows color (decimal): -11181637 or 12280149. OLE color: 12280149.

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

Color convert

RGB8597187-
CMYK0.550.4800.27
HSL232.94º42.86%53.33%-
HSV(B)232.94º54.55%73.33%-
XYZ16.9914.0748.83-
YUV103.67175.02114.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 187 (73.44% from 255) = 50.68%
R=23.04%
G=26.29%
B=50.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85971870.550.4800.27232.9442.8653.33
Hex5561BB373001Be92b35
Octal12514127367600333515365
Binary101010111000011011101111011111000001101111101001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5561BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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