#535856

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

Shades of Cape Cod #535856

Tints of Cape Cod #535856

Color information

#535856 (or 0x535856) is unknown color: approx Cape Cod. HEX triplet: 53, 58 and 56. RGB value is (83,88,86). Sum of RGB (Red+Green+Blue) = 83+88+86=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 88 - color contains mainly: green. Hex color #535856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535856 is #ACA7A9. Grayscale: #565656. Windows color (decimal): -11315114 or 5658707. OLE color: 5658707.

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

Color convert

RGB838886-
CMYK0.0600.020.65
HSL156º2.92%33.53%-
HSV(B)156º5.68%34.51%-
XYZ8.749.4910.18-
YUV86.28127.84125.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=32.30%
G=34.24%
B=33.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388860.0600.020.651562.9233.53
Hex535856602419c322
Octal123130126602101234342
Binary10100111011000101011011001010000011001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535856; }

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

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

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

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

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

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

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

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