Html Css Color HEX #455257 Trout

📋 copy color: '#455257'

red 69 ◦ green 82 ◦ blue 87

#455257
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trout #455257

Tints of Trout #455257

RGB

 RED value IS 69 (27.34% from 255) = 28.99%

 GREEN value IS 82 (32.42% from 255) = 34.45%

 BLUE value IS 87 (34.38% from 255) = 36.55%

R = 28.99%
G = 34.45%
B = 36.55%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#455257 (or 0x455257) is known color: Trout. HEX triplet: 45, 52 and 57. RGB value is (69,82,87). Sum of RGB (Red+Green+Blue) = 69+82+87=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 87 - color contains mainly: blue. Hex color #455257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455257 is #BAADA8. Grayscale: #4E4E4E. Windows color (decimal): -12234153 or 5722693. OLE color: 5722693.

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

Color convert

RGB 69 82 87 -
CMYK 0.21 0.06 0 0.66
HSL 196.67º 0.12% 0.31% -
HSV(B) 196.67º 0.21% 0.34% -
XYZ 7.19 7.99 10.18 -
YUV 78.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 69 82 87 0.21 0.06 0 0.66 196.67 0.12 0.31
Hex 45 52 57 15 6 0 42 C5 C 1F
Octal 105 122 127 25 6 0 102 305 14 37
Binary 1000101 1010010 1010111 10101 110 0 1000010 11000101 1100 11111

Color Harmonies of #455257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455257

Black with #455257

Text Example


Text Example

White with #455257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455257; }

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

 H1.HeaderClassName
 {
   color: #455257;
 }
 .AnyTagClassName
 {
   color: #455257;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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