#5560BB

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

Shades of Rich Blue #5560BB

Tints of Rich Blue #5560BB

Color information

#5560BB (or 0x5560BB) is unknown color: approx Rich Blue. HEX triplet: 55, 60 and BB. RGB value is (85,96,187). Sum of RGB (Red+Green+Blue) = 85+96+187=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #5560BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5560BB is #AA9F44. Grayscale: #666666. Windows color (decimal): -11181893 or 12279893. OLE color: 12279893.

HSL color Cylindrical-coordinate representation of color #5560BB: hue angle of 233.53º 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 #5560BB is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8596187-
CMYK0.550.4900.27
HSL233.53º42.86%53.33%-
HSV(B)233.53º54.55%73.33%-
XYZ16.913.8848.8-
YUV103.08175.36115.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 187 (73.44% from 255) = 50.82%
R=23.10%
G=26.09%
B=50.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85961870.550.4900.27233.5342.8653.33
Hex5560BB373101Bea2b35
Octal12514027367610333525365
Binary101010111000001011101111011111000101101111101010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5560BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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