#445156

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

Shades of Trout #445156

Tints of Trout #445156

Color information

#445156 (or 0x445156) is unknown color: approx Trout. HEX triplet: 44, 51 and 56. RGB value is (68,81,86). Sum of RGB (Red+Green+Blue) = 68+81+86=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 86 - color contains mainly: blue. Hex color #445156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445156 is #BBAEA9. Grayscale: #4D4D4D. Windows color (decimal): -12299946 or 5656900. OLE color: 5656900.

HSL color Cylindrical-coordinate representation of color #445156: hue angle of 196.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #445156 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB688186-
CMYK0.210.0600.66
HSL196.67º11.69%30.2%-
HSV(B)196.67º20.93%33.73%-
XYZ7.017.799.94-
YUV77.68132.69121.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.94%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=28.94%
G=34.47%
B=36.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6881860.210.0600.66196.6711.6930.2
Hex445156156042c5c1e
Octal10412112625601023051436
Binary100010010100011010110101011100100001011000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445156; }

 p { color: rgb(68,81,86); }

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

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

 a { background-color: rgb(68,81,86); }

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

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

 span { border-color: rgb(68,81,86); }

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