#565953

Color #565953 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #565953

Tints of Cabbage Pont #565953

Color information

#565953 (or 0x565953) is unknown color: approx Cabbage Pont. HEX triplet: 56, 59 and 53. RGB value is (86,89,83). Sum of RGB (Red+Green+Blue) = 86+89+83=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 89 - color contains mainly: green. Hex color #565953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565953 is #A9A6AC. Grayscale: #575757. Windows color (decimal): -11118253 or 5462358. OLE color: 5462358.

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

Color convert

RGB868983-
CMYK0.0300.070.65
HSL90º3.49%33.73%-
HSV(B)90º6.74%34.9%-
XYZ8.979.759.59-
YUV87.42125.51126.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 83 (32.81% from 255) = 32.17%
R=33.33%
G=34.50%
B=32.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8689830.0300.070.65903.4933.73
Hex565953307415a322
Octal126131123307101132342
Binary1010110101100110100111101111000001101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565953; }

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

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

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

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

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

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

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

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