#535554

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

Shades of Cape Cod #535554

Tints of Cape Cod #535554

Color information

#535554 (or 0x535554) is unknown color: approx Cape Cod. HEX triplet: 53, 55 and 54. RGB value is (83,85,84). Sum of RGB (Red+Green+Blue) = 83+85+84=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 85 - color contains mainly: green. Hex color #535554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535554 is #ACAAAB. Grayscale: #545454. Windows color (decimal): -11315884 or 5526867. OLE color: 5526867.

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

Color convert

RGB838584-
CMYK0.0200.010.67
HSL150º1.19%32.94%-
HSV(B)150º2.35%33.33%-
XYZ8.428.989.68-
YUV84.29127.84127.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 84 (33.20% from 255) = 33.33%
R=32.94%
G=33.73%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385840.0200.010.671501.1932.94
Hex5355542014396121
Octal123125124201103226141
Binary10100111010101101010010011000011100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535554; }

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

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

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

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

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

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

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

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