#445588

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

Shades of Tory Blue #445588

Tints of Tory Blue #445588

Color information

#445588 (or 0x445588) is unknown color: approx Tory Blue. HEX triplet: 44, 55 and 88. RGB value is (68,85,136). Sum of RGB (Red+Green+Blue) = 68+85+136=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #445588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445588 is #BBAA77. Grayscale: #555555. Windows color (decimal): -12298872 or 8934724. OLE color: 8934724.

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

Color convert

RGB6885136-
CMYK0.500.3800.47
HSL225º33.33%40%-
HSV(B)225º50%53.33%-
XYZ10.089.524.6-
YUV85.73156.37115.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=23.53%
G=29.41%
B=47.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68851360.500.3800.4722533.3340
Hex445588322602Fe12128
Octal10412521062460573414150
Binary1000100101010110001000110010100110010111111100001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445588; }

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

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

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

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

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

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

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

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