#53564F

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

Shades of Cabbage Pont #53564F

Tints of Cabbage Pont #53564F

Color information

#53564F (or 0x53564F) is unknown color: approx Cabbage Pont. HEX triplet: 53, 56 and 4F. RGB value is (83,86,79). Sum of RGB (Red+Green+Blue) = 83+86+79=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 86 - color contains mainly: green. Hex color #53564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53564F is #ACA9B0. Grayscale: #545454. Windows color (decimal): -11315633 or 5199443. OLE color: 5199443.

HSL color Cylindrical-coordinate representation of color #53564F: hue angle of 85.71º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #53564F is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB838679-
CMYK0.0300.080.66
HSL85.71º4.24%32.35%-
HSV(B)85.71º8.14%33.73%-
XYZ8.319.068.71-
YUV84.3125.01127.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=33.47%
G=34.68%
B=31.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386790.0300.080.6685.714.2432.35
Hex53564F3084256420
Octal1231261173010102126440
Binary101001110101101001111110100010000101010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53564F; }

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

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

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

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

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

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

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

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