#535956

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

Shades of Cape Cod #535956

Tints of Cape Cod #535956

Color information

#535956 (or 0x535956) is unknown color: approx Cape Cod. HEX triplet: 53, 59 and 56. RGB value is (83,89,86). Sum of RGB (Red+Green+Blue) = 83+89+86=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 89 - color contains mainly: green. Hex color #535956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535956 is #ACA6A9. Grayscale: #565656. Windows color (decimal): -11314858 or 5658963. OLE color: 5658963.

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

Color convert

RGB838986-
CMYK0.0700.030.65
HSL150º3.49%33.73%-
HSV(B)150º6.74%34.9%-
XYZ8.829.6610.2-
YUV86.86127.51125.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 86 (33.98% from 255) = 33.33%
R=32.17%
G=34.50%
B=33.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389860.0700.030.651503.4933.73
Hex5359567034196322
Octal123131126703101226342
Binary10100111011001101011011101110000011001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535956; }

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

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

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

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

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

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

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

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