#485057

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

Shades of Trout #485057

Tints of Trout #485057

Color information

#485057 (or 0x485057) is unknown color: approx Trout. HEX triplet: 48, 50 and 57. RGB value is (72,80,87). Sum of RGB (Red+Green+Blue) = 72+80+87=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 87 - color contains mainly: blue. Hex color #485057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485057 is #B7AFA8. Grayscale: #4E4E4E. Windows color (decimal): -12038057 or 5722184. OLE color: 5722184.

HSL color Cylindrical-coordinate representation of color #485057: hue angle of 208º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #485057 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB728087-
CMYK0.170.0800.66
HSL208º9.43%31.18%-
HSV(B)208º17.24%34.12%-
XYZ7.267.810.14-
YUV78.41132.85123.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 87 (34.38% from 255) = 36.40%
R=30.13%
G=33.47%
B=36.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7280870.170.0800.662089.4331.18
Hex485057118042d091f
Octal110120127211001023201137
Binary1001000101000010101111000110000100001011010000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485057; }

 p { color: rgb(72,80,87); }

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

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

 a { background-color: rgb(72,80,87); }

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

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

 span { border-color: rgb(72,80,87); }

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