Html Css Color HEX #565958 Cape Cod

📋 copy color: '#565958'

red 86 ◦ green 89 ◦ blue 88

#565958
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cape Cod #565958

Tints of Cape Cod #565958

RGB

 RED value IS 86 (33.98% from 255) = 32.7%

 GREEN value IS 89 (35.16% from 255) = 33.84%

 BLUE value IS 88 (34.77% from 255) = 33.46%

R = 32.7%
G = 33.84%
B = 33.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#565958 (or 0x565958) is known color: 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

RGB 86 89 88 -
CMYK 0.03 0 0.01 0.65
HSL 160º 0.02% 0.34% -
HSV(B) 160º 0.03% 0.35% -
XYZ 9.17 9.83 10.65 -
YUV 87.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 86 89 88 0.03 0 0.01 0.65 160 0.02 0.34
Hex 56 59 58 3 0 1 41 A0 2 22
Octal 126 131 130 3 0 1 101 240 2 42
Binary 1010110 1011001 1011000 11 0 1 1000001 10100000 10 100010

Color Harmonies of #565958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565958

Black with #565958

Text Example


Text Example

White with #565958

Text Example


Text Example

HTML Codes & Css Web 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>