#485357

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

Shades of Trout #485357

Tints of Trout #485357

Color information

#485357 (or 0x485357) is unknown color: approx Trout. HEX triplet: 48, 53 and 57. RGB value is (72,83,87). Sum of RGB (Red+Green+Blue) = 72+83+87=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 87 - color contains mainly: blue. Hex color #485357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485357 is #B7ACA8. Grayscale: #505050. Windows color (decimal): -12037289 or 5722952. OLE color: 5722952.

HSL color Cylindrical-coordinate representation of color #485357: hue angle of 196º 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 #485357 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB728387-
CMYK0.170.0500.66
HSL196º9.43%31.18%-
HSV(B)196º17.24%34.12%-
XYZ7.498.2510.22-
YUV80.17131.86122.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=29.75%
G=34.30%
B=35.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7283870.170.0500.661969.4331.18
Hex485357115042c491f
Octal11012312721501023041137
Binary100100010100111010111100011010100001011000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485357; }

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

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

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

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

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

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

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

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