#565958

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

Shades of Cape Cod #565958

Tints of Cape Cod #565958

Color information

#565958 (or 0x565958) is unknown color: approx Cape Cod. HEX triplet: 56, 59 and 58. RGB value is (86,89,88). Sum of RGB (Red+Green+Blue) = 86+89+88=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 89 - color contains mainly: green. Hex color #565958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565958 is #A9A6A7. Grayscale: #575757. Windows color (decimal): -11118248 or 5790038. OLE color: 5790038.

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

Color convert

RGB868988-
CMYK0.0300.010.65
HSL160º1.71%34.31%-
HSV(B)160º3.37%34.9%-
XYZ9.179.8310.65-
YUV87.99128.01126.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.70%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 88 (34.77% from 255) = 33.46%
R=32.70%
G=33.84%
B=33.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8689880.0300.010.651601.7134.31
Hex56595830141a0222
Octal126131130301101240242
Binary101011010110011011000110110000011010000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565958; }

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

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

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

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

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

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

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

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