#535957

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

Shades of Cape Cod #535957

Tints of Cape Cod #535957

Color information

#535957 (or 0x535957) is unknown color: approx Cape Cod. HEX triplet: 53, 59 and 57. RGB value is (83,89,87). Sum of RGB (Red+Green+Blue) = 83+89+87=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 89 - color contains mainly: green. Hex color #535957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535957 is #ACA6A8. Grayscale: #565656. Windows color (decimal): -11314857 or 5724499. OLE color: 5724499.

HSL color Cylindrical-coordinate representation of color #535957: hue angle of 160º 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 #535957 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB838987-
CMYK0.0700.020.65
HSL160º3.49%33.73%-
HSV(B)160º6.74%34.9%-
XYZ8.869.6710.42-
YUV86.98128.01125.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 87 (34.38% from 255) = 33.59%
R=32.05%
G=34.36%
B=33.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389870.0700.020.651603.4933.73
Hex53595770241a0322
Octal123131127702101240342
Binary10100111011001101011111101010000011010000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535957; }

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

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

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

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

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

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

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

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