#455155

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

Shades of Trout #455155

Tints of Trout #455155

Color information

#455155 (or 0x455155) is unknown color: approx Trout. HEX triplet: 45, 51 and 55. RGB value is (69,81,85). Sum of RGB (Red+Green+Blue) = 69+81+85=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 85 - color contains mainly: blue. Hex color #455155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455155 is #BAAEAA. Grayscale: #4D4D4D. Windows color (decimal): -12234411 or 5591365. OLE color: 5591365.

HSL color Cylindrical-coordinate representation of color #455155: hue angle of 195º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #455155 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB698185-
CMYK0.190.0500.67
HSL195º10.39%30.2%-
HSV(B)195º18.82%33.33%-
XYZ7.047.819.73-
YUV77.87132.02121.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.36%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=29.36%
G=34.47%
B=36.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6981850.190.0500.6719510.3930.2
Hex455155135043c3a1e
Octal10512112523501033031236
Binary100010110100011010101100111010100001111000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455155; }

 p { color: rgb(69,81,85); }

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

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

 a { background-color: rgb(69,81,85); }

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

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

 span { border-color: rgb(69,81,85); }

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