#565F4E

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

Shades of Cabbage Pont #565F4E

Tints of Cabbage Pont #565F4E

Color information

#565F4E (or 0x565F4E) is unknown color: approx Cabbage Pont. HEX triplet: 56, 5F and 4E. RGB value is (86,95,78). Sum of RGB (Red+Green+Blue) = 86+95+78=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 95 - color contains mainly: green. Hex color #565F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F4E is #A9A0B1. Grayscale: #5A5A5A. Windows color (decimal): -11116722 or 5136214. OLE color: 5136214.

HSL color Cylindrical-coordinate representation of color #565F4E: hue angle of 91.76º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #565F4E is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB869578-
CMYK0.0900.180.63
HSL91.76º9.83%33.92%-
HSV(B)91.76º17.89%37.25%-
XYZ9.3110.718.79-
YUV90.37121.02124.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.20%
GREEN value IS 95 (37.5% from 255) = 36.68%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=33.20%
G=36.68%
B=30.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8695780.0900.180.6391.769.8333.92
Hex565F4E90123F5ca22
Octal12613711611022771341242
Binary101011010111111001110100101001011111110111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,95,78); }

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

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

 a { background-color: rgb(86,95,78); }

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

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

 span { border-color: rgb(86,95,78); }

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