#444F53

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

Shades of Trout #444F53

Tints of Trout #444F53

Color information

#444F53 (or 0x444F53) is unknown color: approx Trout. HEX triplet: 44, 4F and 53. RGB value is (68,79,83). Sum of RGB (Red+Green+Blue) = 68+79+83=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: blue. Hex color #444F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F53 is #BBB0AC. Grayscale: #4C4C4C. Windows color (decimal): -12300461 or 5459780. OLE color: 5459780.

HSL color Cylindrical-coordinate representation of color #444F53: hue angle of 196º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #444F53 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB687983-
CMYK0.180.0500.67
HSL196º9.93%29.61%-
HSV(B)196º18.07%32.55%-
XYZ6.747.459.27-
YUV76.17131.86122.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=29.57%
G=34.35%
B=36.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6879830.180.0500.671969.9329.61
Hex444F53125043c4a1e
Octal10411712322501033041236
Binary100010010011111010011100101010100001111000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444F53; }

 p { color: rgb(68,79,83); }

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

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

 a { background-color: rgb(68,79,83); }

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

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

 span { border-color: rgb(68,79,83); }

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