#52575A

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

Shades of Trout #52575A

Tints of Trout #52575A

Color information

#52575A (or 0x52575A) is unknown color: approx Trout. HEX triplet: 52, 57 and 5A. RGB value is (82,87,90). Sum of RGB (Red+Green+Blue) = 82+87+90=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 90 - color contains mainly: blue. Hex color #52575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52575A is #ADA8A5. Grayscale: #555555. Windows color (decimal): -11380902 or 5920594. OLE color: 5920594.

HSL color Cylindrical-coordinate representation of color #52575A: hue angle of 202.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #52575A is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB828790-
CMYK0.090.0300.65
HSL202.5º4.65%33.73%-
HSV(B)202.5º8.89%35.29%-
XYZ8.739.3511.02-
YUV85.85130.34125.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=31.66%
G=33.59%
B=34.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8287900.090.0300.65202.54.6533.73
Hex52575A93041ca522
Octal1221271321130101312542
Binary1010010101011110110101001110100000111001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52575A; }

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

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

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

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

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

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

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

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