#455055

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

Shades of Trout #455055

Tints of Trout #455055

Color information

#455055 (or 0x455055) is unknown color: approx Trout. HEX triplet: 45, 50 and 55. RGB value is (69,80,85). Sum of RGB (Red+Green+Blue) = 69+80+85=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 85 - color contains mainly: blue. Hex color #455055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455055 is #BAAFAA. Grayscale: #4D4D4D. Windows color (decimal): -12234667 or 5591109. OLE color: 5591109.

HSL color Cylindrical-coordinate representation of color #455055: hue angle of 198.75º 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 #455055 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB698085-
CMYK0.190.0600.67
HSL198.75º10.39%30.2%-
HSV(B)198.75º18.82%33.33%-
XYZ6.967.669.71-
YUV77.28132.36122.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 85 (33.59% from 255) = 36.32%
R=29.49%
G=34.19%
B=36.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6980850.190.0600.67198.7510.3930.2
Hex455055136043c7a1e
Octal10512012523601033071236
Binary100010110100001010101100111100100001111000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455055; }

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

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

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

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

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

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

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

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