#525957

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

Shades of Cape Cod #525957

Tints of Cape Cod #525957

Color information

#525957 (or 0x525957) is unknown color: approx Cape Cod. HEX triplet: 52, 59 and 57. RGB value is (82,89,87). Sum of RGB (Red+Green+Blue) = 82+89+87=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 89 - color contains mainly: green. Hex color #525957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525957 is #ADA6A8. Grayscale: #565656. Windows color (decimal): -11380393 or 5724498. OLE color: 5724498.

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

Color convert

RGB828987-
CMYK0.0800.020.65
HSL162.86º4.09%33.53%-
HSV(B)162.86º7.87%34.9%-
XYZ8.779.6310.41-
YUV86.68128.18124.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 87 (34.38% from 255) = 33.72%
R=31.78%
G=34.50%
B=33.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289870.0800.020.65162.864.0933.53
Hex52595780241a3422
Octal1221311271002101243442
Binary1010010101100110101111000010100000110100011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525957; }

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

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

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

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

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

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

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

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