#585C5B

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

Shades of Cape Cod #585C5B

Tints of Cape Cod #585C5B

Color information

#585C5B (or 0x585C5B) is unknown color: approx Cape Cod. HEX triplet: 58, 5C and 5B. RGB value is (88,92,91). Sum of RGB (Red+Green+Blue) = 88+92+91=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 92 - color contains mainly: green. Hex color #585C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C5B is #A7A3A4. Grayscale: #5A5A5A. Windows color (decimal): -10986405 or 5987416. OLE color: 5987416.

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

Color convert

RGB889291-
CMYK0.0400.010.64
HSL165º2.22%35.29%-
HSV(B)165º4.35%36.08%-
XYZ9.7410.4811.41-
YUV90.69128.17126.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.47%
GREEN value IS 92 (36.33% from 255) = 33.95%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=32.47%
G=33.95%
B=33.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8892910.0400.010.641652.2235.29
Hex585C5B40140a5223
Octal130134133401100245243
Binary1011000101110010110111000110000001010010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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