#454F53

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

Shades of Trout #454F53

Tints of Trout #454F53

Color information

#454F53 (or 0x454F53) is unknown color: approx Trout. HEX triplet: 45, 4F and 53. RGB value is (69,79,83). Sum of RGB (Red+Green+Blue) = 69+79+83=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 83 - color contains mainly: blue. Hex color #454F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F53 is #BAB0AC. Grayscale: #4C4C4C. Windows color (decimal): -12234925 or 5459781. OLE color: 5459781.

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

Color convert

RGB697983-
CMYK0.170.0500.67
HSL197.14º9.21%29.8%-
HSV(B)197.14º16.87%32.55%-
XYZ6.817.489.27-
YUV76.47131.69122.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=29.87%
G=34.20%
B=35.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6979830.170.0500.67197.149.2129.8
Hex454F53115043c591e
Octal10511712321501033051136
Binary100010110011111010011100011010100001111000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454F53; }

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

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

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

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

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

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

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

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