#445586

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

Shades of Tory Blue #445586

Tints of Tory Blue #445586

Color information

#445586 (or 0x445586) is unknown color: approx Tory Blue. HEX triplet: 44, 55 and 86. RGB value is (68,85,134). Sum of RGB (Red+Green+Blue) = 68+85+134=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #445586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445586 is #BBAA79. Grayscale: #555555. Windows color (decimal): -12298874 or 8803652. OLE color: 8803652.

HSL color Cylindrical-coordinate representation of color #445586: hue angle of 224.55º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #445586 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6885134-
CMYK0.490.3700.47
HSL224.55º32.67%39.61%-
HSV(B)224.55º49.25%52.55%-
XYZ9.949.4523.85-
YUV85.5155.37115.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 134 (52.73% from 255) = 46.69%
R=23.69%
G=29.62%
B=46.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68851340.490.3700.47224.5532.6739.61
Hex445586312502Fe12128
Octal10412520661450573414150
Binary1000100101010110000110110001100101010111111100001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445586; }

 p { color: rgb(68,85,134); }

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

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

 a { background-color: rgb(68,85,134); }

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

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

 span { border-color: rgb(68,85,134); }

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