#565A58

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

Shades of Cape Cod #565A58

Tints of Cape Cod #565A58

Color information

#565A58 (or 0x565A58) is unknown color: approx Cape Cod. HEX triplet: 56, 5A and 58. RGB value is (86,90,88). Sum of RGB (Red+Green+Blue) = 86+90+88=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 90 - color contains mainly: green. Hex color #565A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A58 is #A9A5A7. Grayscale: #585858. Windows color (decimal): -11117992 or 5790294. OLE color: 5790294.

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

Color convert

RGB869088-
CMYK0.0400.020.65
HSL150º2.27%34.51%-
HSV(B)150º4.44%35.29%-
XYZ9.261010.67-
YUV88.58127.67126.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 90 (35.55% from 255) = 34.09%
BLUE value IS 88 (34.77% from 255) = 33.33%
R=32.58%
G=34.09%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8690880.0400.020.651502.2734.51
Hex565A584024196223
Octal126132130402101226243
Binary10101101011010101100010001010000011001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565A58; }

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

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

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

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

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

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

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

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