#455057

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

Shades of Trout #455057

Tints of Trout #455057

Color information

#455057 (or 0x455057) is unknown color: approx Trout. HEX triplet: 45, 50 and 57. RGB value is (69,80,87). Sum of RGB (Red+Green+Blue) = 69+80+87=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 87 - color contains mainly: blue. Hex color #455057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455057 is #BAAFA8. Grayscale: #4D4D4D. Windows color (decimal): -12234665 or 5722181. OLE color: 5722181.

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

Color convert

RGB698087-
CMYK0.210.0800.66
HSL203.33º11.54%30.59%-
HSV(B)203.33º20.69%34.12%-
XYZ7.047.6910.13-
YUV77.51133.36121.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 87 (34.38% from 255) = 36.86%
R=29.24%
G=33.90%
B=36.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6980870.210.0800.66203.3311.5430.59
Hex455057158042cbc1f
Octal105120127251001023131437
Binary1000101101000010101111010110000100001011001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455057; }

 p { color: rgb(69,80,87); }

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

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

 a { background-color: rgb(69,80,87); }

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

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

 span { border-color: rgb(69,80,87); }

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