#445259

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

Shades of Trout #445259

Tints of Trout #445259

Color information

#445259 (or 0x445259) is unknown color: approx Trout. HEX triplet: 44, 52 and 59. RGB value is (68,82,89). Sum of RGB (Red+Green+Blue) = 68+82+89=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #445259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445259 is #BBADA6. Grayscale: #4E4E4E. Windows color (decimal): -12299687 or 5853764. OLE color: 5853764.

HSL color Cylindrical-coordinate representation of color #445259: hue angle of 200º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445259 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB688289-
CMYK0.240.0800.65
HSL200º13.38%30.78%-
HSV(B)200º23.6%34.9%-
XYZ7.27.9810.61-
YUV78.61133.86120.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=28.45%
G=34.31%
B=37.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6882890.240.0800.6520013.3830.78
Hex445259188041c8d1f
Octal104122131301001013101537
Binary1000100101001010110011100010000100000111001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445259; }

 p { color: rgb(68,82,89); }

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

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

 a { background-color: rgb(68,82,89); }

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

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

 span { border-color: rgb(68,82,89); }

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