#525956

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

Shades of Cape Cod #525956

Tints of Cape Cod #525956

Color information

#525956 (or 0x525956) is unknown color: approx Cape Cod. HEX triplet: 52, 59 and 56. RGB value is (82,89,86). Sum of RGB (Red+Green+Blue) = 82+89+86=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 89 - color contains mainly: green. Hex color #525956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525956 is #ADA6A9. Grayscale: #565656. Windows color (decimal): -11380394 or 5658962. OLE color: 5658962.

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

Color convert

RGB828986-
CMYK0.0800.030.65
HSL154.29º4.09%33.53%-
HSV(B)154.29º7.87%34.9%-
XYZ8.739.6110.2-
YUV86.56127.68124.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=31.91%
G=34.63%
B=33.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289860.0800.030.65154.294.0933.53
Hex525956803419a422
Octal1221311261003101232442
Binary1010010101100110101101000011100000110011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525956; }

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

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

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

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

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

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

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

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