#525659

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

Shades of Trout #525659

Tints of Trout #525659

Color information

#525659 (or 0x525659) is unknown color: approx Trout. HEX triplet: 52, 56 and 59. RGB value is (82,86,89). Sum of RGB (Red+Green+Blue) = 82+86+89=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 89 - color contains mainly: blue. Hex color #525659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525659 is #ADA9A6. Grayscale: #555555. Windows color (decimal): -11381159 or 5854802. OLE color: 5854802.

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

Color convert

RGB828689-
CMYK0.080.0300.65
HSL205.71º4.09%33.53%-
HSV(B)205.71º7.87%34.9%-
XYZ8.619.1710.77-
YUV85.15130.17125.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 89 (35.16% from 255) = 34.63%
R=31.91%
G=33.46%
B=34.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8286890.080.0300.65205.714.0933.53
Hex52565983041ce422
Octal1221261311030101316442
Binary1010010101011010110011000110100000111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525659; }

 p { color: rgb(82,86,89); }

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

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

 a { background-color: rgb(82,86,89); }

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

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

 span { border-color: rgb(82,86,89); }

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