Html Css Color HEX #495559 Trout

📋 copy color: '#495559'

red 73 ◦ green 85 ◦ blue 89

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

Shades of Trout #495559

Tints of Trout #495559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

 BLUE value IS 89 (35.16% from 255) = 36.03%

R = 29.55%
G = 34.41%
B = 36.03%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#495559 (or 0x495559) is known color: Trout. HEX triplet: 49, 55 and 59. RGB value is (73,85,89). Sum of RGB (Red+Green+Blue) = 73+85+89=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #495559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495559 is #B6AAA6. Grayscale: #515151. Windows color (decimal): -11971239 or 5854537. OLE color: 5854537.

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

Color convert

RGB 73 85 89 -
CMYK 0.18 0.04 0 0.65
HSL 195º 0.1% 0.32% -
HSV(B) 195º 0.18% 0.35% -
XYZ 7.8 8.63 10.71 -
YUV 81.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 73 85 89 0.18 0.04 0 0.65 195 0.1 0.32
Hex 49 55 59 12 4 0 41 C3 A 20
Octal 111 125 131 22 4 0 101 303 12 40
Binary 1001001 1010101 1011001 10010 100 0 1000001 11000011 1010 100000

Color Harmonies of #495559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495559

Black with #495559

Text Example


Text Example

White with #495559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495559; }

 p { color: rgb(73,85,89); }

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

background-color css

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

 a { background-color: rgb(73,85,89); }

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

border-color css

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

 span { border-color: rgb(73,85,89); }

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