#585A59

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

Shades of Cape Cod #585A59

Tints of Cape Cod #585A59

Color information

#585A59 (or 0x585A59) is unknown color: approx Cape Cod. HEX triplet: 58, 5A and 59. RGB value is (88,90,89). Sum of RGB (Red+Green+Blue) = 88+90+89=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 90 - color contains mainly: green. Hex color #585A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A59 is #A7A5A6. Grayscale: #595959. Windows color (decimal): -10986919 or 5855832. OLE color: 5855832.

HSL color Cylindrical-coordinate representation of color #585A59: hue angle of 150º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #585A59 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB889089-
CMYK0.0200.010.65
HSL150º1.12%34.9%-
HSV(B)150º2.22%35.29%-
XYZ9.4810.1110.9-
YUV89.29127.84127.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.96%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 89 (35.16% from 255) = 33.33%
R=32.96%
G=33.71%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8890890.0200.010.651501.1234.9
Hex585A592014196123
Octal130132131201101226143
Binary10110001011010101100110011000001100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585A59; }

 p { color: rgb(88,90,89); }

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

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

 a { background-color: rgb(88,90,89); }

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

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

 span { border-color: rgb(88,90,89); }

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