#445055

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

Shades of Trout #445055

Tints of Trout #445055

Color information

#445055 (or 0x445055) is unknown color: approx Trout. HEX triplet: 44, 50 and 55. RGB value is (68,80,85). Sum of RGB (Red+Green+Blue) = 68+80+85=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #445055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445055 is #BBAFAA. Grayscale: #4C4C4C. Windows color (decimal): -12300203 or 5591108. OLE color: 5591108.

HSL color Cylindrical-coordinate representation of color #445055: hue angle of 197.65º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #445055 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB688085-
CMYK0.200.0600.67
HSL197.65º11.11%30%-
HSV(B)197.65º20%33.33%-
XYZ6.897.629.7-
YUV76.98132.52121.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.18%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=29.18%
G=34.33%
B=36.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6880850.200.0600.67197.6511.1130
Hex445055146043c6b1e
Octal10412012524601033061336
Binary100010010100001010101101001100100001111000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445055; }

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

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

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

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

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

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

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

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