#535556

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

Shades of Trout #535556

Tints of Trout #535556

Color information

#535556 (or 0x535556) is unknown color: approx Trout. HEX triplet: 53, 55 and 56. RGB value is (83,85,86). Sum of RGB (Red+Green+Blue) = 83+85+86=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 86 - color contains mainly: blue. Hex color #535556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535556 is #ACAAA9. Grayscale: #545454. Windows color (decimal): -11315882 or 5657939. OLE color: 5657939.

HSL color Cylindrical-coordinate representation of color #535556: hue angle of 200º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #535556 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB838586-
CMYK0.030.0100.66
HSL200º1.78%33.14%-
HSV(B)200º3.49%33.73%-
XYZ8.59.0110.1-
YUV84.52128.84126.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=32.68%
G=33.46%
B=33.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8385860.030.0100.662001.7833.14
Hex53555631042c8221
Octal123125126310102310241
Binary101001110101011010110111010000101100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535556; }

 p { color: rgb(83,85,86); }

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

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

 a { background-color: rgb(83,85,86); }

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

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

 span { border-color: rgb(83,85,86); }

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