#525B58

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

Shades of Cape Cod #525B58

Tints of Cape Cod #525B58

Color information

#525B58 (or 0x525B58) is unknown color: approx Cape Cod. HEX triplet: 52, 5B and 58. RGB value is (82,91,88). Sum of RGB (Red+Green+Blue) = 82+91+88=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 91 - color contains mainly: green. Hex color #525B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B58 is #ADA4A7. Grayscale: #575757. Windows color (decimal): -11379880 or 5790546. OLE color: 5790546.

HSL color Cylindrical-coordinate representation of color #525B58: hue angle of 160º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #525B58 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB829188-
CMYK0.1000.030.64
HSL160º5.2%33.92%-
HSV(B)160º9.89%35.69%-
XYZ8.989.9810.69-
YUV87.97128.02123.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 88 (34.77% from 255) = 33.72%
R=31.42%
G=34.87%
B=33.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8291880.1000.030.641605.233.92
Hex525B58A0340a0522
Octal1221331301203100240542
Binary1010010101101110110001010011100000010100000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,91,88); }

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

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

 a { background-color: rgb(82,91,88); }

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

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

 span { border-color: rgb(82,91,88); }

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