#485258

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

Shades of Trout #485258

Tints of Trout #485258

Color information

#485258 (or 0x485258) is unknown color: approx Trout. HEX triplet: 48, 52 and 58. RGB value is (72,82,88). Sum of RGB (Red+Green+Blue) = 72+82+88=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 88 - color contains mainly: blue. Hex color #485258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485258 is #B7ADA7. Grayscale: #4F4F4F. Windows color (decimal): -12037544 or 5788232. OLE color: 5788232.

HSL color Cylindrical-coordinate representation of color #485258: hue angle of 202.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #485258 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB728288-
CMYK0.180.0700.65
HSL202.5º10%31.37%-
HSV(B)202.5º18.18%34.51%-
XYZ7.458.1210.41-
YUV79.69132.69122.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=29.75%
G=33.88%
B=36.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7282880.180.0700.65202.51031.37
Hex485258127041caa1f
Octal11012213022701013121237
Binary100100010100101011000100101110100000111001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485258; }

 p { color: rgb(72,82,88); }

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

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

 a { background-color: rgb(72,82,88); }

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

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

 span { border-color: rgb(72,82,88); }

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