#535655

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

Shades of Cape Cod #535655

Tints of Cape Cod #535655

Color information

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

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

Color convert

RGB838685-
CMYK0.0300.010.66
HSL160º1.78%33.14%-
HSV(B)160º3.49%33.73%-
XYZ8.539.159.91-
YUV84.99128.01126.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386850.0300.010.661601.7833.14
Hex53565530142a0221
Octal123126125301102240241
Binary101001110101101010101110110000101010000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535655; }

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

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

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

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

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

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

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

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