#525759

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

Shades of Trout #525759

Tints of Trout #525759

Color information

#525759 (or 0x525759) is unknown color: approx Trout. HEX triplet: 52, 57 and 59. RGB value is (82,87,89). Sum of RGB (Red+Green+Blue) = 82+87+89=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 89 - color contains mainly: blue. Hex color #525759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525759 is #ADA8A6. Grayscale: #555555. Windows color (decimal): -11380903 or 5855058. OLE color: 5855058.

HSL color Cylindrical-coordinate representation of color #525759: hue angle of 197.14º 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 #525759 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB828789-
CMYK0.080.0200.65
HSL197.14º4.09%33.53%-
HSV(B)197.14º7.87%34.9%-
XYZ8.699.3310.79-
YUV85.73129.84125.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 87 (34.38% from 255) = 33.72%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=31.78%
G=33.72%
B=34.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8287890.080.0200.65197.144.0933.53
Hex52575982041c5422
Octal1221271311020101305442
Binary1010010101011110110011000100100000111000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525759; }

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

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

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

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

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

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

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

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