#455259

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

Shades of Trout #455259

Tints of Trout #455259

Color information

#455259 (or 0x455259) is unknown color: approx Trout. HEX triplet: 45, 52 and 59. RGB value is (69,82,89). Sum of RGB (Red+Green+Blue) = 69+82+89=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #455259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455259 is #BAADA6. Grayscale: #4E4E4E. Windows color (decimal): -12234151 or 5853765. OLE color: 5853765.

HSL color Cylindrical-coordinate representation of color #455259: hue angle of 201º 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 #455259 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB698289-
CMYK0.220.0800.65
HSL201º12.66%30.98%-
HSV(B)201º22.47%34.9%-
XYZ7.278.0210.62-
YUV78.91133.69120.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.75%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=28.75%
G=34.17%
B=37.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6982890.220.0800.6520112.6630.98
Hex455259168041c9d1f
Octal105122131261001013111537
Binary1000101101001010110011011010000100000111001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455259; }

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

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

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

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

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

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

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

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