Html Css Color HEX #485057 Trout

📋 copy color: '#485057'

red 72 ◦ green 80 ◦ blue 87

#485057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trout #485057

Tints of Trout #485057

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.4%

R = 30.13%
G = 33.47%
B = 36.4%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#485057 (or 0x485057) is known color: 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

RGB 72 80 87 -
CMYK 0.17 0.08 0 0.66
HSL 208º 0.09% 0.31% -
HSV(B) 208º 0.17% 0.34% -
XYZ 7.26 7.8 10.14 -
YUV 78.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 72 80 87 0.17 0.08 0 0.66 208 0.09 0.31
Hex 48 50 57 11 8 0 42 D0 9 1F
Octal 110 120 127 21 10 0 102 320 11 37
Binary 1001000 1010000 1010111 10001 1000 0 1000010 11010000 1001 11111

Color Harmonies of #485057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485057

Black with #485057

Text Example


Text Example

White with #485057

Text Example


Text Example

HTML Codes & Css Web 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>