#5560AC

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

Shades of Rich Blue #5560AC

Tints of Rich Blue #5560AC

Color information

#5560AC (or 0x5560AC) is unknown color: approx Rich Blue. HEX triplet: 55, 60 and AC. RGB value is (85,96,172). Sum of RGB (Red+Green+Blue) = 85+96+172=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #5560AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5560AC is #AA9F53. Grayscale: #656565. Windows color (decimal): -11181908 or 11296853. OLE color: 11296853.

HSL color Cylindrical-coordinate representation of color #5560AC: hue angle of 232.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5560AC is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8596172-
CMYK0.510.4400.33
HSL232.41º34.39%50.39%-
HSV(B)232.41º50.58%67.45%-
XYZ15.3813.2840.78-
YUV101.38167.86116.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=24.08%
G=27.20%
B=48.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85961720.510.4400.33232.4134.3950.39
Hex5560AC332C021e82232
Octal12514025463540413504262
Binary1010101110000010101100110011101100010000111101000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5560AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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