#53585A

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

Shades of Trout #53585A

Tints of Trout #53585A

Color information

#53585A (or 0x53585A) is unknown color: approx Trout. HEX triplet: 53, 58 and 5A. RGB value is (83,88,90). Sum of RGB (Red+Green+Blue) = 83+88+90=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 90 - color contains mainly: blue. Hex color #53585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53585A is #ACA7A5. Grayscale: #565656. Windows color (decimal): -11315110 or 5920851. OLE color: 5920851.

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

Color convert

RGB838890-
CMYK0.080.0200.65
HSL197.14º4.05%33.92%-
HSV(B)197.14º7.78%35.29%-
XYZ8.99.5611.05-
YUV86.73129.84125.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=31.80%
G=33.72%
B=34.48%

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
Decimal8388900.080.0200.65197.144.0533.92
Hex53585A82041c5422
Octal1231301321020101305442
Binary1010011101100010110101000100100000111000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,88,90); }

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

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

 a { background-color: rgb(83,88,90); }

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

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

 span { border-color: rgb(83,88,90); }

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