#535756

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

Shades of Cape Cod #535756

Tints of Cape Cod #535756

Color information

#535756 (or 0x535756) is unknown color: approx Cape Cod. HEX triplet: 53, 57 and 56. RGB value is (83,87,86). Sum of RGB (Red+Green+Blue) = 83+87+86=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 87 - color contains mainly: green. Hex color #535756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535756 is #ACA8A9. Grayscale: #555555. Windows color (decimal): -11315370 or 5658451. OLE color: 5658451.

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

Color convert

RGB838786-
CMYK0.0500.010.66
HSL165º2.35%33.33%-
HSV(B)165º4.6%34.12%-
XYZ8.669.3310.15-
YUV85.69128.17126.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=32.42%
G=33.98%
B=33.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8387860.0500.010.661652.3533.33
Hex53575650142a5221
Octal123127126501102245241
Binary1010011101011110101101010110000101010010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535756; }

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

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

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

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

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

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

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

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