#485055

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

Shades of Trout #485055

Tints of Trout #485055

Color information

#485055 (or 0x485055) is unknown color: approx Trout. HEX triplet: 48, 50 and 55. RGB value is (72,80,85). Sum of RGB (Red+Green+Blue) = 72+80+85=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 85 - color contains mainly: blue. Hex color #485055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485055 is #B7AFAA. Grayscale: #4E4E4E. Windows color (decimal): -12038059 or 5591112. OLE color: 5591112.

HSL color Cylindrical-coordinate representation of color #485055: hue angle of 203.08º 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 #485055 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB728085-
CMYK0.150.0600.67
HSL203.08º8.28%30.78%-
HSV(B)203.08º15.29%33.33%-
XYZ7.187.779.72-
YUV78.18131.85123.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 85 (33.59% from 255) = 35.86%
R=30.38%
G=33.76%
B=35.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7280850.150.0600.67203.088.2830.78
Hex485055F6043cb81f
Octal11012012517601033131037
Binary10010001010000101010111111100100001111001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485055; }

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

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

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

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

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

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

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

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