#525655

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

Shades of Cape Cod #525655

Tints of Cape Cod #525655

Color information

#525655 (or 0x525655) is unknown color: approx Cape Cod. HEX triplet: 52, 56 and 55. RGB value is (82,86,85). Sum of RGB (Red+Green+Blue) = 82+86+85=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 86 - color contains mainly: green. Hex color #525655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525655 is #ADA9AA. Grayscale: #545454. Windows color (decimal): -11381163 or 5592658. OLE color: 5592658.

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

Color convert

RGB828685-
CMYK0.0500.010.66
HSL165º2.38%32.94%-
HSV(B)165º4.65%33.73%-
XYZ8.459.119.91-
YUV84.69128.17126.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=32.41%
G=33.99%
B=33.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286850.0500.010.661652.3832.94
Hex52565550142a5221
Octal122126125501102245241
Binary1010010101011010101011010110000101010010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525655; }

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

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

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

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

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

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

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

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