#565F4B

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

Shades of Cabbage Pont #565F4B

Tints of Cabbage Pont #565F4B

Color information

#565F4B (or 0x565F4B) is unknown color: approx Cabbage Pont. HEX triplet: 56, 5F and 4B. RGB value is (86,95,75). Sum of RGB (Red+Green+Blue) = 86+95+75=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 95 - color contains mainly: green. Hex color #565F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565F4B is #A9A0B4. Grayscale: #5A5A5A. Windows color (decimal): -11116725 or 4939606. OLE color: 4939606.

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

Color convert

RGB869575-
CMYK0.0900.210.63
HSL87º11.76%33.33%-
HSV(B)87º21.05%37.25%-
XYZ9.210.678.23-
YUV90.03119.52125.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=33.59%
G=37.11%
B=29.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8695750.0900.210.638711.7633.33
Hex565F4B90153F57c21
Octal12613711311025771271441
Binary101011010111111001011100101010111111110101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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