Html Css Color HEX #495357 Trout

📋 copy color: '#495357'

red 73 ◦ green 83 ◦ blue 87

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

Shades of Trout #495357

Tints of Trout #495357

RGB

 RED value IS 73 (28.91% from 255) = 30.04%

 GREEN value IS 83 (32.81% from 255) = 34.16%

 BLUE value IS 87 (34.38% from 255) = 35.8%

R = 30.04%
G = 34.16%
B = 35.8%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#495357 (or 0x495357) is known color: Trout. HEX triplet: 49, 53 and 57. RGB value is (73,83,87). Sum of RGB (Red+Green+Blue) = 73+83+87=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 87 - color contains mainly: blue. Hex color #495357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495357 is #B6ACA8. Grayscale: #505050. Windows color (decimal): -11971753 or 5722953. OLE color: 5722953.

HSL color Cylindrical-coordinate representation of color #495357: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #495357 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 83 87 -
CMYK 0.16 0.05 0 0.66
HSL 197.14º 0.09% 0.31% -
HSV(B) 197.14º 0.16% 0.34% -
XYZ 7.56 8.29 10.22 -
YUV 80.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 73 83 87 0.16 0.05 0 0.66 197.14 0.09 0.31
Hex 49 53 57 10 5 0 42 C5 9 1F
Octal 111 123 127 20 5 0 102 305 11 37
Binary 1001001 1010011 1010111 10000 101 0 1000010 11000101 1001 11111

Color Harmonies of #495357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495357

Black with #495357

Text Example


Text Example

White with #495357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495357; }

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

 H1.HeaderClassName
 {
   color: #495357;
 }
 .AnyTagClassName
 {
   color: #495357;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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