#455359

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

Shades of Trout #455359

Tints of Trout #455359

Color information

#455359 (or 0x455359) is unknown color: approx Trout. HEX triplet: 45, 53 and 59. RGB value is (69,83,89). Sum of RGB (Red+Green+Blue) = 69+83+89=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #455359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455359 is #BAACA6. Grayscale: #4F4F4F. Windows color (decimal): -12233895 or 5854021. OLE color: 5854021.

HSL color Cylindrical-coordinate representation of color #455359: hue angle of 198º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455359 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB698389-
CMYK0.220.0700.65
HSL198º12.66%30.98%-
HSV(B)198º22.47%34.9%-
XYZ7.358.1710.64-
YUV79.5133.36120.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=28.63%
G=34.44%
B=36.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6983890.220.0700.6519812.6630.98
Hex455359167041c6d1f
Octal10512313126701013061537
Binary100010110100111011001101101110100000111000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455359; }

 p { color: rgb(69,83,89); }

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

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

 a { background-color: rgb(69,83,89); }

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

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

 span { border-color: rgb(69,83,89); }

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