#485255

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

Shades of Trout #485255

Tints of Trout #485255

Color information

#485255 (or 0x485255) is unknown color: approx Trout. HEX triplet: 48, 52 and 55. RGB value is (72,82,85). Sum of RGB (Red+Green+Blue) = 72+82+85=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 85 - color contains mainly: blue. Hex color #485255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485255 is #B7ADAA. Grayscale: #4F4F4F. Windows color (decimal): -12037547 or 5591624. OLE color: 5591624.

HSL color Cylindrical-coordinate representation of color #485255: hue angle of 193.85º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #485255 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB728285-
CMYK0.150.0400.67
HSL193.85º8.28%30.78%-
HSV(B)193.85º15.29%33.33%-
XYZ7.338.079.77-
YUV79.35131.19122.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=30.13%
G=34.31%
B=35.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7282850.150.0400.67193.858.2830.78
Hex485255F4043c281f
Octal11012212517401033021037
Binary10010001010010101010111111000100001111000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485255; }

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

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

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

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

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

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

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

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