#525A57

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

Shades of Cape Cod #525A57

Tints of Cape Cod #525A57

Color information

#525A57 (or 0x525A57) is unknown color: approx Cape Cod. HEX triplet: 52, 5A and 57. RGB value is (82,90,87). Sum of RGB (Red+Green+Blue) = 82+90+87=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 90 - color contains mainly: green. Hex color #525A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A57 is #ADA5A8. Grayscale: #575757. Windows color (decimal): -11380137 or 5724754. OLE color: 5724754.

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

Color convert

RGB829087-
CMYK0.0900.030.65
HSL157.5º4.65%33.73%-
HSV(B)157.5º8.89%35.29%-
XYZ8.869.7910.44-
YUV87.27127.85124.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 87 (34.38% from 255) = 33.59%
R=31.66%
G=34.75%
B=33.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290870.0900.030.65157.54.6533.73
Hex525A57903419d522
Octal1221321271103101235542
Binary1010010101101010101111001011100000110011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525A57; }

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

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

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

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

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

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

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

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